| 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 <iframe id="frame" src="data:text/html,<body><style>button { border: 0; }</style
><div style='border: 1px solid #000; height: 5000px;'>5000-pixel box</div><butto
n id='target'>Target</button><div style='border: 1px solid #000; height: 5000px;
'>5000-pixel box</div></body>"></iframe> | 11 <iframe id="frame" src="data:text/html,<body><style>button { border: 0; }</style
><div style='border: 1px solid #000; height: 5000px;'>5000-pixel box</div><butto
n id='target'>Target</button><div style='border: 1px solid #000; height: 5000px;
'>5000-pixel box</div></body>"></iframe> |
| 13 | 12 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 } | 54 } |
| 56 | 55 |
| 57 window.addEventListener('load', function() { | 56 window.addEventListener('load', function() { |
| 58 setTimeout(runTest, 10); | 57 setTimeout(runTest, 10); |
| 59 }, false); | 58 }, false); |
| 60 | 59 |
| 61 </script> | 60 </script> |
| 62 | 61 |
| 63 </body> | 62 </body> |
| 64 </html> | 63 </html> |
| OLD | NEW |