| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |