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

Unified Diff: LayoutTests/svg/text/text-text-07-t.svg

Issue 1099113002: Rename 2 SVG text tests to reflect that they are for selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename 2 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
« no previous file with comments | « LayoutTests/svg/text/text-selection-text-08-b.svg ('k') | LayoutTests/svg/text/text-text-08-b.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/text-text-07-t.svg
diff --git a/LayoutTests/svg/text/text-text-07-t.svg b/LayoutTests/svg/text/text-text-07-t.svg
deleted file mode 100644
index e2766558637bce15e7ba323b4daa8f7239478fdb..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/text/text-text-07-t.svg
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--======================================================================-->
-<!--= 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/. =-->
-<!--======================================================================-->
-<!--======================================================================-->
-<!--= Author : Michael Ingrassia 20-Oct-2003 =--><!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="AE" status="accepted" owner="MI" desc="Tests multiple x, y,
- rotate" version="$Revision: 1.8 $" testname="$RCSfile: text-text-07-t.svg,v $">
-<!--nav data here-->
- <OperatorScript>
- <Paragraph>
- Tests multiple x, y, rotate, with various combinations. Since an
- array of values is given, each glyph must use the value from the
- corresponding character in the list.
- </Paragraph>
- <Paragraph>
- The rendered picture should match the reference image exactly, except for possible
- variations in the labelling text (per CSS2 rules).
- </Paragraph>
- </OperatorScript>
- </SVGTestCase>
- <title id="test-title">text-text-07-t</title>
- <desc id="test-desc">Tests multiple x, y, rotate, with various combinations</desc>
- <!--======================================================================-->
- <!--= Content of Test Case follows... =-->
- <!--======================================================================-->
- <g id="test-body-content">
- <text x="240 260 280 300 320 340 360" y="60 80 100 120 140 160 180 200" font-size="35">Multi X Y</text>
- <text x="10" y="60" rotate="0 10 20 30 40 50 60" font-size="35">ROTATE</text>
- <text x="10 30 50 70 90 110 130 150 170 190 210 230 250" y="300 290 280 270 260 250 240 230 220 210 200 190 180" rotate="0 -10 -20 -30 -40 -50 -60 -70 -80 -90 -100 -110 -120" font-size="35">Both Together</text>
- </g>
- <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.8 $</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>
« no previous file with comments | « LayoutTests/svg/text/text-selection-text-08-b.svg ('k') | LayoutTests/svg/text/text-text-08-b.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698