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

Side by Side Diff: LayoutTests/svg/text/text-selection-text-05-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 <!-- --> 3 <!-- -->
4 <!-- text-text-05-t.svg --> 4 <!-- text-text-05-t.svg -->
5 <!-- --> 5 <!-- -->
6 <!-- Tests that the viewer can handle the rotate attribute on the text --> 6 <!-- Tests that the viewer can handle the rotate attribute on the text -->
7 <!-- element. --> 7 <!-- element. -->
8 <!-- --> 8 <!-- -->
9 <!-- Author : Vincent Hardy, 06-Jan-2004 --><!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 : Vincent Hardy, 06-Jan-2004 --><!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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 161
162 <script> 162 <script>
163 if (window.testRunner) 163 if (window.testRunner)
164 testRunner.dumpSelectionRect(); 164 testRunner.dumpSelectionRect();
165 165
166 function repaintTest() { 166 function repaintTest() {
167 document.execCommand("SelectAll"); 167 document.execCommand("SelectAll");
168 } 168 }
169 </script> 169 </script>
170 </svg> 170 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/text-selection-text-04-t.svg ('k') | LayoutTests/svg/text/text-selection-text-06-t.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698