| OLD | NEW |
| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 if (window.testRunner) | 73 if (window.testRunner) |
| 73 window.testRunner.dumpSelectionRect(); | 74 window.testRunner.dumpSelectionRect(); |
| 74 var range = document.createRange(); | 75 var range = document.createRange(); |
| 75 range.selectNode(window.document.documentElement); | 76 range.selectNode(window.document.documentElement); |
| 76 var selection = window.getSelection(); | 77 var selection = window.getSelection(); |
| 77 selection.removeAllRanges(); | 78 selection.removeAllRanges(); |
| 78 selection.addRange(range); | 79 selection.addRange(range); |
| 79 </script> | 80 </script> |
| 80 </svg> | 81 </svg> |
| 81 | 82 |
| OLD | NEW |