| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../../resources/js-test.js"></script> |
| 4 <body> | 4 <body> |
| 5 | 5 |
| 6 <script type="text/javascript"> | 6 <script type="text/javascript"> |
| 7 if (window.testRunner) | 7 if (window.testRunner) |
| 8 testRunner.setCanOpenWindows(); | 8 testRunner.setCanOpenWindows(); |
| 9 | 9 |
| 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.'); |
| 11 | 11 |
| 12 onload = function() | 12 onload = function() |
| 13 { | 13 { |
| (...skipping 19 matching lines...) Expand all Loading... |
| 33 }); | 33 }); |
| 34 } | 34 } |
| 35 | 35 |
| 36 if (window.testRunner) | 36 if (window.testRunner) |
| 37 testRunner.waitUntilDone(); | 37 testRunner.waitUntilDone(); |
| 38 | 38 |
| 39 </script> | 39 </script> |
| 40 </body> | 40 </body> |
| 41 </html> | 41 </html> |
| 42 | 42 |
| OLD | NEW |