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

Side by Side Diff: LayoutTests/fast/events/scroll-event-during-modal-dialog.html

Issue 6349095: Merge 77355 - 2011-02-01 Mihai Parparita <mihaip@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 <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
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>
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/events/scroll-event-during-modal-dialog-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698