| 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 <button id="upper_target">Upper Target</button> | 9 <button id="upper_target">Upper Target</button> |
| 11 <div style="border: 1px solid #000; height: 5000px;">5000-pixel box</div> | 10 <div style="border: 1px solid #000; height: 5000px;">5000-pixel box</div> |
| 12 <button id="lower_target">Lower Target</button> | 11 <button id="lower_target">Lower Target</button> |
| 13 | 12 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 | 48 |
| 50 finishJSTest(); | 49 finishJSTest(); |
| 51 } | 50 } |
| 52 | 51 |
| 53 runTest(); | 52 runTest(); |
| 54 | 53 |
| 55 </script> | 54 </script> |
| 56 | 55 |
| 57 </body> | 56 </body> |
| 58 </html> | 57 </html> |
| OLD | NEW |