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

Unified Diff: LayoutTests/svg/text/text-align-05-b.svg

Issue 1098653002: Rename 5 SVG text tests to reflect that they are for selection. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename 5 SVG text tests to reflect that they are for selection. Created 5 years, 8 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/text/text-align-05-b.svg
diff --git a/LayoutTests/svg/text/text-align-05-b.svg b/LayoutTests/svg/text/text-align-05-b.svg
deleted file mode 100644
index 3cb3e706a35be4946f6c1f7af281622aa932fa1e..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/text/text-align-05-b.svg
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
-
-<!--======================================================================-->
-<!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
-<!--= Institute of Technology, Institut National de Recherche en =-->
-<!--= Informatique et en Automatique, Keio University). All Rights =-->
-<!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
-<!--======================================================================-->
-<!-- ===================================================================== -->
-<!-- -->
-<!-- text-alignment-BE-11.svg -->
-<!-- renamed for 1.1 suite to text-align-05-b.svg -->
-<!-- renamed and split for svgt/b to text-align-03-b-a.svg -->
-<!-- -->
-<!-- Test 'text-anchor' property (vertical). -->
-<!-- -->
-<!-- Author : Jon Ferraiolo 06-Aug-2000 -->
-<!-- 1.1 revision by Vincent Hardy -->
-<!-- Revised for svgt/b: Ola Andersson Jun/26/2002 -->
-<!-- -->
-<!-- History: -->
-<!-- 06-Aug-2000, JF: Serial#1 created. -->
-<!-- -->
-<!-- ===================================================================== -->
-<!--======================================================================-->
-<!--= Note. After October 2000, revision history is kept as CVS 'commit' =-->
-<!--= log messages, and therefore is no longer in the preceding preamble.=-->
-<!--======================================================================-->
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360" version="1.1" baseProfile="basic">
- <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/">
-<!--nav data here-->
- <OperatorScript version="$Revision: 1.5 $" testname="text-align-05-b.svg">
- <Paragraph>
- Test 'text-anchor' property (vertical).
- </Paragraph>
- <Paragraph>
- This tests the three values for property 'text-anchor': start, middle and end.
- </Paragraph>
- </OperatorScript>
- </SVGTestCase>
-
- <title id="test-title">text-align-05-b</title>
- <desc id="test-desc">Test 'text-anchor' property (vertical)</desc>
- <!--======================================================================-->
- <!--Content of Test Case follows... =====================-->
- <!--======================================================================-->
- <g id="test-body-content">
- <text font-family="Arial" font-size="40" x="5" y="40">Test 'text-anchor' (vertical)</text>
-
- <g writing-mode="tb" glyph-orientation-vertical="0" >
- <g id="text-anchor" font-family="Arial" font-size="30" transform="translate(160,150)">
- <g transform="translate(0,0)">
- <circle r="3"/>
- <text text-anchor="start" fill="red" >start</text>
- </g>
- <g transform="translate(50,0)">
- <circle r="3"/>
- <text text-anchor="middle" fill="green" >middle</text>
- </g>
- <g transform="translate(100,0)">
- <circle r="3"/>
- <text text-anchor="end" fill="blue" >end</text>
- </g>
- </g>
-
- </g>
- </g>
- <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.5 $</text>
- <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
-<script>
-if (window.testRunner)
- window.testRunner.dumpSelectionRect();
-document.execCommand("SelectAll");
-</script>
-</svg>
-

Powered by Google App Engine
This is Rietveld 408576698