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

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

Issue 48903019: Delete js-test-post.js. (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 2
3 <style> 3 <style>
4 #scrollable { 4 #scrollable {
5 height: 200px; 5 height: 200px;
6 width: 200px; 6 width: 200px;
7 overflow: scroll; 7 overflow: scroll;
8 } 8 }
9 #scrollable div { 9 #scrollable div {
10 height: 1000px; 10 height: 1000px;
(...skipping 19 matching lines...) Expand all
30 } 30 }
31 31
32 onload = function() { 32 onload = function() {
33 debug('Showing modal dialog'); 33 debug('Showing modal dialog');
34 showModalDialog('resources/scroll-event-modal-dialog.html'); 34 showModalDialog('resources/scroll-event-modal-dialog.html');
35 debug('Returned from modal dialog'); 35 debug('Returned from modal dialog');
36 finishJSTest(); 36 finishJSTest();
37 } 37 }
38 </script> 38 </script>
39 39
40 <script src="../js/resources/js-test-post.js"></script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/scroll-after-click-on-tab-index.html ('k') | LayoutTests/fast/events/scroll-event-phase.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698