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

Side by Side Diff: LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.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 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../js/resources/js-test-pre.js"></script>
6 <script> 6 <script>
7 window.jsTestIsAsync = true; 7 window.jsTestIsAsync = true;
8 8
9 var frame; 9 var frame;
10 function test() { 10 function test() {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 shouldBe('frame.contentDocument.body.scrollTop + frame.clientHeight', 'frame .contentDocument.body.scrollHeight'); 86 shouldBe('frame.contentDocument.body.scrollTop + frame.clientHeight', 'frame .contentDocument.body.scrollHeight');
87 finishJSTest(); 87 finishJSTest();
88 } 88 }
89 89
90 successfullyParsed = true; 90 successfullyParsed = true;
91 </script> 91 </script>
92 </head> 92 </head>
93 <body onload="test()"> 93 <body onload="test()">
94 <iframe id="frame" style="height: 400px;" frameborder="0"></iframe> 94 <iframe id="frame" style="height: 400px;" frameborder="0"></iframe>
95 <div id="console"></div> 95 <div id="console"></div>
96 <script src="../js/resources/js-test-post.js"></script>
97 </body> 96 </body>
98 </html> 97 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/anchor-empty-focus.html ('k') | LayoutTests/fast/events/before-unload-return-bad-value.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698