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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/text/text-selection-align-06-b.svg

Issue 1404853003: Add SVG Text to support the CSS 'text-orientation' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drott review Created 5 years, 2 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 <?xml-stylesheet href="../text/resources/glyph-orientation-vertical.css" type="t ext/css"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics /SVG/1.1/DTD/svg11-basic.dtd"> 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics /SVG/1.1/DTD/svg11-basic.dtd">
3 4
4 <!--======================================================================--> 5 <!--======================================================================-->
5 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> 6 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
6 <!--= Institute of Technology, Institut National de Recherche en =--> 7 <!--= Institute of Technology, Institut National de Recherche en =-->
7 <!--= Informatique et en Automatique, Keio University). All Rights =--> 8 <!--= Informatique et en Automatique, Keio University). All Rights =-->
8 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> 9 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
9 <!--======================================================================--> 10 <!--======================================================================-->
10 <!-- ===================================================================== --> 11 <!-- ===================================================================== -->
11 <!-- --> 12 <!-- -->
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 if (window.testRunner) 64 if (window.testRunner)
64 window.testRunner.dumpSelectionRect(); 65 window.testRunner.dumpSelectionRect();
65 var range = document.createRange(); 66 var range = document.createRange();
66 range.selectNode(window.document.documentElement); 67 range.selectNode(window.document.documentElement);
67 var selection = window.getSelection(); 68 var selection = window.getSelection();
68 selection.removeAllRanges(); 69 selection.removeAllRanges();
69 selection.addRange(range); 70 selection.addRange(range);
70 </script> 71 </script>
71 </svg> 72 </svg>
72 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698