| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <link rel="stylesheet" href="../js/resources/js-test-style.css"> | 3 <link rel="stylesheet" href="../js/resources/js-test-style.css"> |
| 4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../js/resources/js-test-pre.js"></script> |
| 5 <body> | 5 <body> |
| 6 <p id="description"></p> | 6 <p id="description"></p> |
| 7 <div id="console"></div> | 7 <div id="console"></div> |
| 8 | 8 |
| 9 <script type="text/javascript"> | 9 <script type="text/javascript"> |
| 10 description('Tests that requestAnimationFrame callbacks are not invoked while mo
dal dialogs are displayed.'); | 10 description('Tests that requestAnimationFrame callbacks are not invoked while mo
dal dialogs are displayed.'); |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 layoutTestController.display(); | 26 layoutTestController.display(); |
| 27 } | 27 } |
| 28 } | 28 } |
| 29 | 29 |
| 30 var successfullyParsed = true; | 30 var successfullyParsed = 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> |
| 35 | 35 |
| OLD | NEW |