| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"> | |
| 4 <script src="../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../fast/js/resources/js-test-pre.js"></script> |
| 5 </head> | 4 </head> |
| 6 <body> | 5 <body> |
| 7 | 6 |
| 8 <p id="description"></p> | 7 <p id="description"></p> |
| 9 | 8 |
| 10 <div style="border: 1px solid #000; height: 5000px;">5000-pixel box</div> | 9 <div style="border: 1px solid #000; height: 5000px;">5000-pixel box</div> |
| 11 <button id="target" style="height: 5000px;">Target</button> | 10 <button id="target" style="height: 5000px;">Target</button> |
| 12 | 11 |
| 13 <div id="console"></div> | 12 <div id="console"></div> |
| (...skipping 23 matching lines...) Expand all Loading... |
| 37 | 36 |
| 38 finishJSTest(); | 37 finishJSTest(); |
| 39 } | 38 } |
| 40 | 39 |
| 41 runTest(); | 40 runTest(); |
| 42 | 41 |
| 43 </script> | 42 </script> |
| 44 | 43 |
| 45 </body> | 44 </body> |
| 46 </html> | 45 </html> |
| OLD | NEW |