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

Unified Diff: LayoutTests/svg/dom/altGlyph-dom.xhtml

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/dom/altGlyph-dom.xhtml
diff --git a/LayoutTests/svg/dom/altGlyph-dom.xhtml b/LayoutTests/svg/dom/altGlyph-dom.xhtml
deleted file mode 100644
index e42b5a64486c2874aaff1061b1819d1a04728436..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/dom/altGlyph-dom.xhtml
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html
-xmlns="http://www.w3.org/1999/xhtml"
-xmlns:xlink="http://www.w3.org/1999/xlink"
->
-<head>
-<script src="../../resources/js-test.js"></script>
-</head>
-<body>
-
-<svg xmlns="http://www.w3.org/2000/svg" width="220" height="100">
- <defs>
- <font horiz-adv-x="512">
- <font-face
- font-family="Mojikyo-test"
- units-per-em="1024"
- panose-1="2 0 6 9 0 0 0 0 0 0"
- ascent="870"
- descent="-141"
- baseline="0"/>
- <missing-glyph horiz-adv-x="1024"><path d="M400 400V620H620V400H400z"/></missing-glyph>
- <glyph id="M000076" unicode="&#x4e00;" horiz-adv-x="1024"><path d="M537 -47Q501 -108 486 -62V235H99Q58 235 78 264Q92 256 120 256H486V430H243Q202 430 221 459Q235 450 263 450H486V624H171Q130 624 149 654Q163 645 192 645H486V737Q486 794 472 820Q503 820 523 814T554
-798T567 778T569 760T560 744T548 730T541 712T537 680V645H762Q765 648 769 659T778 675T788 683T807 686T847 678T890 660T913 646T919 636T906 628T871 624H537V450H691Q693 454 697 465T706 481T717 488T735 491T775 483T818 465T841 451T847 441T835 433T800
-430H537V256H798Q801 259 805 270T814 286T824 293T843 296T883 288T926 271T949 256T955 246T942 238T907 235H537V-47z"/></glyph>
- </font>
- </defs>
-<g>
-<text x="0" y="80" style="font-family:MingLiU; font-size:72;fill:black">&#x4e00;
-<tspan style="font-family:Mojikyo-test">
-<altGlyph format="image/svg+xml" id="altGlyph" xlink:href="#M000076">&amp;M000076;</altGlyph> </tspan>&#x4e01; </text> </g> </svg>
-
-<p id="description"></p>
-<div id="console"></div>
-<script src="resources/altGlyph-dom.js"></script>
-</body>
-
-</html>

Powered by Google App Engine
This is Rietveld 408576698