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

Side by Side Diff: LayoutTests/svg/text/text-selection-text-06-t.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 <!--======================================================================--> 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 <!-- --> 9 <!-- -->
10 <!-- text-text-06-t.svg --> 10 <!-- text-text-06-t.svg -->
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 99
100 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black" >$Revision: 1.9 $</text> 100 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black" >$Revision: 1.9 $</text>
101 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" strok e="#000000"/> 101 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" strok e="#000000"/>
102 102
103 <script> 103 <script>
104 if (window.testRunner) 104 if (window.testRunner)
105 window.testRunner.dumpSelectionRect(); 105 window.testRunner.dumpSelectionRect();
106 document.execCommand("SelectAll"); 106 document.execCommand("SelectAll");
107 </script> 107 </script>
108 </svg> 108 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/text-selection-text-05-t.svg ('k') | LayoutTests/svg/text/text-text-01-b.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698