| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> | 4 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> |
| 5 <script src="../../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../../fast/js/resources/js-test-pre.js"></script> |
| 6 <script src="../dynamic-updates/resources/SVGTestCase.js"></script> | 6 <script src="../dynamic-updates/resources/SVGTestCase.js"></script> |
| 7 <script src="resources/SVGAnimationTestCase.js"></script> | 7 <script src="resources/SVGAnimationTestCase.js"></script> |
| 8 </head> | 8 </head> |
| 9 <body> | 9 <body> |
| 10 <h1>SVG 1.1 transform animation tests</h1> | 10 <h1>SVG 1.1 transform animation tests</h1> |
| 11 <p id="description"></p> | 11 <p id="description"></p> |
| 12 <div id="console"></div> | 12 <div id="console"></div> |
| 13 <script src="script-tests/svgtransform-animation-discrete.js"></script> | 13 <script src="script-tests/svgtransform-animation-discrete.js"></script> |
| 14 </body> | 14 </body> |
| 15 </html> | 15 </html> |
| OLD | NEW |