| OLD | NEW |
| 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" x
mlns:xht="http://www.w3.org/1999/xhtml"> | 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" x
mlns:xht="http://www.w3.org/1999/xhtml"> |
| 2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 <body> | 3 <body> |
| 4 <script type="text/javascript"> | 4 <script type="text/javascript"> |
| 5 if (window.layoutTestController) | 5 if (window.layoutTestController) |
| 6 { | 6 { |
| 7 layoutTestController.dumpAsText(); | 7 layoutTestController.dumpAsText(); |
| 8 layoutTestController.waitUntilDone(); | 8 layoutTestController.waitUntilDone(); |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 <svg:style> | 21 <svg:style> |
| 22 <xht:caption> | 22 <xht:caption> |
| 23 <xht:iframe onload="runTest();"></xht:iframe> | 23 <xht:iframe onload="runTest();"></xht:iframe> |
| 24 <style></style> | 24 <style></style> |
| 25 </xht:caption> | 25 </xht:caption> |
| 26 </svg:style> | 26 </svg:style> |
| 27 </body> | 27 </body> |
| 28 </html> | 28 </html> |
| 29 <!-----> | 29 <!-----> |
| 30 </svg> | 30 </svg> |
| OLD | NEW |