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

Side by Side Diff: LayoutTests/svg/text/text-selection-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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--======================================================================--> 2 <!--======================================================================-->
3 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> 3 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
4 <!--= Institute of Technology, Institut National de Recherche en =--> 4 <!--= Institute of Technology, Institut National de Recherche en =-->
5 <!--= Informatique et en Automatique, Keio University). All Rights =--> 5 <!--= Informatique et en Automatique, Keio University). All Rights =-->
6 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> 6 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
7 <!--======================================================================--> 7 <!--======================================================================-->
8 <!--======================================================================--> 8 <!--======================================================================-->
9 <!--= Author : Michael Ingrassia 20-Oct-2003 =--><!D OCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG /1.1/DTD/svg11-tiny.dtd"> 9 <!--= Author : Michael Ingrassia 20-Oct-2003 =--><!D OCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG /1.1/DTD/svg11-tiny.dtd">
10 10
(...skipping 27 matching lines...) Expand all
38 <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> 38 <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>
39 </g> 39 </g>
40 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black" >$Revision: 1.8 $</text> 40 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black" >$Revision: 1.8 $</text>
41 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" strok e="#000000"/> 41 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" strok e="#000000"/>
42 <script> 42 <script>
43 if (window.testRunner) 43 if (window.testRunner)
44 window.testRunner.dumpSelectionRect(); 44 window.testRunner.dumpSelectionRect();
45 document.execCommand("SelectAll"); 45 document.execCommand("SelectAll");
46 </script> 46 </script>
47 </svg> 47 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698