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

Side by Side Diff: LayoutTests/svg/text/text-selection-tselect-02-f.svg

Issue 1093373002: 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 Full//EN" "http://www.w3.org/Graphics/ SVG/1.1/DTD/svg11-flat.dtd"> 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Full//EN" "http://www.w3.org/Graphics/ SVG/1.1/DTD/svg11-flat.dtd">
3 <svg version="1.1" baseProfile="full" id="svg-root" width="100%" height="100%" v iewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" 3 <svg version="1.1" baseProfile="full" id="svg-root" width="100%" height="100%" v iewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg"
4 xmlns:xlink="http://www.w3.org/1999/xlink" onload="doSelection(0,0);"> 4 xmlns:xlink="http://www.w3.org/1999/xlink" onload="doSelection(0,0);">
5 <!--========================================================================-- > 5 <!--========================================================================-- >
6 <!--= Copyright 2006 World Wide Web Consortium, (Massachusetts =--> 6 <!--= Copyright 2006 World Wide Web Consortium, (Massachusetts =-->
7 <!--= Institute of Technology, European Research Consortium for =--> 7 <!--= Institute of Technology, European Research Consortium for =-->
8 <!--= Informatics and Mathematics (ERCIM), Keio University). =--> 8 <!--= Informatics and Mathematics (ERCIM), Keio University). =-->
9 <!--= All Rights Reserved. =--> 9 <!--= All Rights Reserved. =-->
10 <!--= See http://www.w3.org/Consortium/Legal/. =--> 10 <!--= See http://www.w3.org/Consortium/Legal/. =-->
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 </g> 121 </g>
122 </g> 122 </g>
123 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$ Revision: 1.2 $</text> 123 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$ Revision: 1.2 $</text>
124 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/> 124 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/>
125 <script> 125 <script>
126 if (window.testRunner) 126 if (window.testRunner)
127 window.testRunner.dumpSelectionRect(); 127 window.testRunner.dumpSelectionRect();
128 document.execCommand("SelectAll"); 128 document.execCommand("SelectAll");
129 </script> 129 </script>
130 </svg> 130 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/text-selection-tselect-01-b.svg ('k') | LayoutTests/svg/text/text-selection-tspan-01-b.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698