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

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

Issue 6537003: Merge 78648 - 2011-02-15 James Robinson <jamesr@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months 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
OLDNEW
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
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
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/animation/request-animation-frame-during-modal-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698