| OLD | NEW |
| 1 <html xmlns="http://www.w3.org/1999/xhtml"> | 1 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 2 <body> | 2 <body> |
| 3 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:
//www.w3.org/1999/xlink"> | 3 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:
//www.w3.org/1999/xlink"> |
| 4 <text> | 4 <text> |
| 5 PASS | 5 PASS |
| 6 <textPath> | 6 <textPath> |
| 7 <tref xlink:href="#foo"> | 7 <tref xlink:href="#foo"> |
| 8 <animateColor attributeName="keyPoints"></animateColor> | 8 <animateColor attributeName="keyPoints"></animateColor> |
| 9 <animateColor attributeName="xlink:href"></animateColor> | 9 <animateColor attributeName="xlink:href"></animateColor> |
| 10 </tref> | 10 </tref> |
| 11 </textPath> | 11 </textPath> |
| 12 </text> | 12 </text> |
| 13 </svg> | 13 </svg> |
| 14 <script> | 14 <script> |
| 15 if (window.testRunner) | 15 if (window.testRunner) |
| 16 testRunner.dumpAsText(); | 16 testRunner.dumpAsText(); |
| 17 </script> | 17 </script> |
| 18 </body> | 18 </body> |
| 19 </html> | 19 </html> |
| 20 | 20 |
| OLD | NEW |