| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <link rel="stylesheet" href="../js/resources/js-test-style.css"> | 2 <link rel="stylesheet" href="../js/resources/js-test-style.css"> |
| 3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../js/resources/js-test-pre.js"></script> |
| 4 <body style="min-height: 2000px"> | 4 <body style="min-height: 2000px"> |
| 5 <p id="description"></p> | 5 <p id="description"></p> |
| 6 <div id="console"></div> | 6 <div id="console"></div> |
| 7 | 7 |
| 8 <script type="text/javascript"> | 8 <script type="text/javascript"> |
| 9 description('Tests that scroll events are not fired while modal dialogs are disp
layed.'); | 9 description('Tests that scroll events are not fired while modal dialogs are disp
layed.'); |
| 10 | 10 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 showModalDialog('resources/scroll-event-modal-dialog.html'); | 25 showModalDialog('resources/scroll-event-modal-dialog.html'); |
| 26 debug('Returned from modal dialog'); | 26 debug('Returned from modal dialog'); |
| 27 } | 27 } |
| 28 | 28 |
| 29 var successfullyParsed = true; | 29 var successfullyParsed = true; |
| 30 var jsTestIsAsync = true; | 30 var jsTestIsAsync = true; |
| 31 </script> | 31 </script> |
| 32 <script src="../js/resources/js-test-post.js"></script> | 32 <script src="../js/resources/js-test-post.js"></script> |
| 33 </body> | 33 </body> |
| 34 </html> | 34 </html> |
| OLD | NEW |