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

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

Issue 1091903004: Remove 1 duplicated SVG test and rename 4 SVG text tests for selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove 1 duplicated SVG test and rename 4 SVG text tests for reflecting 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
« no previous file with comments | « LayoutTests/svg/text/text-selection-align-03-b.svg ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <!--======================================================================--> 4 <!--======================================================================-->
5 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> 5 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
6 <!--= Institute of Technology, Institut National de Recherche en =--> 6 <!--= Institute of Technology, Institut National de Recherche en =-->
7 <!--= Informatique et en Automatique, Keio University). All Rights =--> 7 <!--= Informatique et en Automatique, Keio University). All Rights =-->
8 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> 8 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
9 <!--======================================================================--> 9 <!--======================================================================-->
10 <!-- ===================================================================== --> 10 <!-- ===================================================================== -->
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 </g> 78 </g>
79 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black"> $Revision: 1.5 $</text> 79 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black"> $Revision: 1.5 $</text>
80 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke ="#000000"/> 80 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke ="#000000"/>
81 <script> 81 <script>
82 if (window.testRunner) 82 if (window.testRunner)
83 window.testRunner.dumpSelectionRect(); 83 window.testRunner.dumpSelectionRect();
84 document.execCommand("SelectAll"); 84 document.execCommand("SelectAll");
85 </script> 85 </script>
86 </svg> 86 </svg>
87 87
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/text-selection-align-03-b.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698