| 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 | 10 |
| 12 <!-- The contents of this iframe, more nicely formatted: | 11 <!-- The contents of this iframe, more nicely formatted: |
| 13 <body> | 12 <body> |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 } | 73 } |
| 75 | 74 |
| 76 window.addEventListener('load', function() { | 75 window.addEventListener('load', function() { |
| 77 setTimeout(runTest, 10); | 76 setTimeout(runTest, 10); |
| 78 }, false); | 77 }, false); |
| 79 | 78 |
| 80 </script> | 79 </script> |
| 81 | 80 |
| 82 </body> | 81 </body> |
| 83 </html> | 82 </html> |
| OLD | NEW |