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

Unified Diff: LayoutTests/svg/W3C-SVG-1.1/fonts-glyph-04-t.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/W3C-SVG-1.1/fonts-glyph-04-t.svg
diff --git a/LayoutTests/svg/W3C-SVG-1.1/fonts-glyph-04-t.svg b/LayoutTests/svg/W3C-SVG-1.1/fonts-glyph-04-t.svg
deleted file mode 100644
index 04964c84356d8bf2bfa03687dd89cb0edb72f66f..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/W3C-SVG-1.1/fonts-glyph-04-t.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- =====================================================================-->
-<!-- fonts-glyph-04-t.svg -->
-<!-- -->
-<!-- Test the glyph selection rules. See the recent discussion on -->
-<!-- that topic in the mailing list archives. -->
-<!-- -->
-<!-- Author : craign@cisra.canon.com.au --><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
-
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
- <SVGTestCase xmlns:testcase="http://www.w3.org/2000/02/svg/testsuite/description/" xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" reviewer="CL" owner="CN" desc="Test the glyph selection rules" status="accepted" version="$Revision: 1.10 $" testname="$RCSfile: fonts-glyph-04-t.svg,v $">
- <OperatorScript>
- <Paragraph>
- This tests that glyph selection is done in the
- order in the definition of the font element.
- The first line of text should be represented by
- two triangles and an 'l'. The second line should
- be represented by a square.
- </Paragraph>
- </OperatorScript>
- </SVGTestCase>
- <g>
- <defs>
- <font horiz-adv-x="500">
- <font-face font-family="SVGFont1" units-per-em="1000" ascent="800" descent="200" alphabetic="200"/>
- <glyph unicode="f" glyph-name="upward-triangle" d="M0 0L500 0L250 900Z"/>
- <glyph unicode="ffl" glyph-name="square" d="M0 250L500 250L500 750L0 750Z"/>
- </font>
- <font horiz-adv-x="500">
- <font-face font-family="SVGFont2" units-per-em="1000" ascent="800" descent="200" alphabetic="200"/>
- <glyph unicode="ffl" glyph-name="square 2" d="M0 250L500 250L500 750L0 750Z"/>
- <glyph unicode="f" glyph-name="upward-triangle 2" d="M0 0L500 0L250 900Z"/>
- </font>
- </defs>
- <text x="100" y="100" font-size="50" font-family="SVGFont1">ffl</text>
- <text x="100" y="200" font-size="50" font-family="SVGFont2">ffl</text>
- </g>
- <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.10 $</text>
- <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698