| 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 <script src="../../resources/js-test.js"></script> |   4 <script src="../../resources/js-test.js"></script> | 
|   5 <script src="resources/SVGTestCase.js"></script> |   5 <script src="resources/SVGTestCase.js"></script> | 
|   6 <script src="resources/SVGAnimationTestCase.js"></script> |   6 <script src="resources/SVGAnimationTestCase.js"></script> | 
|   7 </head> |   7 </head> | 
|   8 <body onload="runSMILTest()"> |   8 <body onload="runSMILTest()"> | 
|   9 <h1>SVG 1.1 dynamic animation tests</h1> |   9 <h1>SVG 1.1 dynamic animation tests</h1> | 
|  10 <p id="description"></p> |  10 <p id="description"></p> | 
|  11 <div id="console"></div> |  11 <div id="console"></div> | 
|  12 <script src="script-tests/animate-inherit-css-property.js"></script> |  12 <script src="script-tests/use-animate-width-and-height.js"></script> | 
|  13 </body> |  13 </body> | 
|  14 </html> |  14 </html> | 
| OLD | NEW |