| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../resources/js-test.js"></script> |
| 4 <style> | 4 <style> |
| 5 #div1 { position: absolute; left: 100px; top: 100px; width: 200px; heigh
t: 20px; } | 5 #div1 { position: absolute; left: 100px; top: 100px; width: 200px; heigh
t: 20px; } |
| 6 </style> | 6 </style> |
| 7 </head> | 7 </head> |
| 8 <body onload="runTests()"> | 8 <body onload="runTests()"> |
| 9 | 9 |
| 10 <div id=div1></div> | 10 <div id=div1></div> |
| 11 | 11 |
| 12 <p id='description'></p> | 12 <p id='description'></p> |
| 13 <div id='console'></div> | 13 <div id='console'></div> |
| (...skipping 26 matching lines...) Expand all Loading... |
| 40 testRunner.dumpAsText(); | 40 testRunner.dumpAsText(); |
| 41 testRunner.waitUntilDone(); | 41 testRunner.waitUntilDone(); |
| 42 testDirectTouches(); | 42 testDirectTouches(); |
| 43 isSuccessfullyParsed(); | 43 isSuccessfullyParsed(); |
| 44 testRunner.notifyDone(); | 44 testRunner.notifyDone(); |
| 45 } | 45 } |
| 46 } | 46 } |
| 47 </script> | 47 </script> |
| 48 </body> | 48 </body> |
| 49 </html> | 49 </html> |
| OLD | NEW |