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

Side by Side Diff: LayoutTests/svg/text/text-selection-text-01-b.svg

Issue 1049863003: 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 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"> 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics /SVG/1.1/DTD/svg11-basic.dtd">
3 <!--======================================================================--> 3 <!--======================================================================-->
4 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> 4 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
5 <!--= Institute of Technology, Institut National de Recherche en =--> 5 <!--= Institute of Technology, Institut National de Recherche en =-->
6 <!--= Informatique et en Automatique, Keio University). All Rights =--> 6 <!--= Informatique et en Automatique, Keio University). All Rights =-->
7 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> 7 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
8 <!--======================================================================--> 8 <!--======================================================================-->
9 <!-- ===================================================================== --> 9 <!-- ===================================================================== -->
10 <!-- --> 10 <!-- -->
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 </g> 206 </g>
207 </g> 207 </g>
208 <text id="revision" x="5" y="117" font-size="8" stroke="none" fill="black">$Revi sion: 1.7 $</text> 208 <text id="revision" x="5" y="117" font-size="8" stroke="none" fill="black">$Revi sion: 1.7 $</text>
209 <rect id="test-frame" x="1" y="1" width="158" height="118" fill="none" s troke="#000000"/> 209 <rect id="test-frame" x="1" y="1" width="158" height="118" fill="none" s troke="#000000"/>
210 <script> 210 <script>
211 if (window.testRunner) 211 if (window.testRunner)
212 window.testRunner.dumpSelectionRect(); 212 window.testRunner.dumpSelectionRect();
213 document.execCommand("SelectAll"); 213 document.execCommand("SelectAll");
214 </script> 214 </script>
215 </svg> 215 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/platform/win/svg/text/text-text-06-t-expected.txt ('k') | LayoutTests/svg/text/text-selection-text-03-b.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698