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

Side by Side Diff: LayoutTests/svg/text/text-deco-01-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 unified diff | Download patch
« no previous file with comments | « LayoutTests/svg/text/text-align-06-b.svg ('k') | LayoutTests/svg/text/text-fonts-01-t.svg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics /SVG/1.1/DTD/svg11-basic.dtd">
3 <!--======================================================================-->
4 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
5 <!--= Institute of Technology, Institut National de Recherche en =-->
6 <!--= Informatique et en Automatique, Keio University). All Rights =-->
7 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
8 <!--======================================================================-->
9 <!-- =====================================================================-->
10 <!-- text-decoration-BE-12.svg -->
11 <!-- renamed for 1.1 suite to text-deco-01-b.svg -->
12 <!-- Author : Jon Ferraiolo 06-Aug-2000 -->
13 <!-- 1.1 revision by Rick Graham -->
14 <!-- Revised for Mobile Profiles: Jun Fujisawa 16-Jul-2002 -->
15 <!--======================================================================-->
16 <svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns: xlink="http://www.w3.org/1999/xlink" id="svg-root" width="100%" height="100%" vi ewBox="0 0 480 360">
17 <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/ ">
18 <OperatorScript version="$Revision: 1.9 $" testname="text-deco-0 1-b.svg">
19 <Paragraph>
20 Test 'text-decoration'.
21 </Paragraph>
22 <Paragraph>
23 The first line has no decoration.
24 </Paragraph>
25 <Paragraph>
26 The second line has a line through it.
27 </Paragraph>
28 <Paragraph>
29 The third line is underlined.
30 </Paragraph>
31 <Paragraph>
32 The fourth line has a blue underline with a red border under
33 most characters, except the word "different" has a yellow underline
34 with a green border, in the same manner as the w ord "different" is rendered.
35 </Paragraph>
36 </OperatorScript>
37 </SVGTestCase>
38 <title id="test-title">text-deco-01-b.svg</title>
39 <desc id="test-desc">Test 'text-decoration'.</desc>
40 <!--==================================================================== ==-->
41 <!--Content of Test Case follows... =================== ==-->
42 <!--==================================================================== ==-->
43 <g id="test-body-content">
44 <text font-family="Arial" font-size="16" x="10" y="20">Test 'tex t-decoration'.</text>
45 <g font-family="Arial" font-size="24" fill="blue" stroke="red" s troke-width=".5">
46 <text x="25" y="65">Normal text</text>
47 <text x="25" y="135" text-decoration="line-through">Text with line-through</text>
48 <text x="25" y="205" text-decoration="underline">Underli ned text</text>
49 <!-- START OF PATCH CODE, which is commented out
50 <text x="25" y="345" text-decoration="underline" xml:space="preserve">One w ord has different underlining</text>
51 <rect x="25" y="275" width="1000" height="70" stroke="none" fill="white" />
52 END OF PATCH CODE, which is commented out -->
53 <text x="25" y="275" text-decoration="underline">
54 <tspan>One</tspan>
55 <tspan fill="yellow" stroke="#F0F">word</tspan>
56 <tspan fill="yellow" stroke="#000">has</tspan>
57 <tspan fill="yellow" stroke="#080" text-decorati on="underline">different</tspan>
58 <tspan fill="yellow" stroke="#00F">underlining</ tspan>
59 </text>
60 </g>
61 </g>
62 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="bl ack">$Revision: 1.9 $</text>
63 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" s troke="#000000"/>
64 <script>
65 if (window.testRunner)
66 window.testRunner.dumpSelectionRect();
67 document.execCommand("SelectAll");
68 </script>
69 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/text-align-06-b.svg ('k') | LayoutTests/svg/text/text-fonts-01-t.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698