Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: LayoutTests/svg/custom/glyph-setting-d-attribute.svg

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/custom/glyph-setting-d-attribute.svg
diff --git a/LayoutTests/svg/custom/glyph-setting-d-attribute.svg b/LayoutTests/svg/custom/glyph-setting-d-attribute.svg
deleted file mode 100644
index 966e7d05fb634edfc6c16d600c0ed335b8d24a25..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/custom/glyph-setting-d-attribute.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg" onload="runTest()">
-<script type="text/javascript"><![CDATA[
-function runTest() {
- var path = 'M0,0L0,1000L1000,1000L1000,0z';
- document.getElementById('glyph').setAttribute('d', path);
-}
-]]></script>
-<defs>
- <font horiz-adv-x="500" id="t">
- <font-face font-family="test" units-per-em="1000" ascent="700" descent="300" />
- <missing-glyph d="M100,100V900H400V100zM120,120V880H380V120z" />
- <glyph unicode="a" d="M100,100H400L250,1000z" id="glyph" />
- </font>
-</defs>
-<text font-family="test" font-size="150" x="10" y="160" fill="green" fill-rule="evenodd" >a</text>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698