Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: LayoutTests/fast/animation/request-animation-frame-during-modal.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698