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

Side by Side Diff: LayoutTests/fast/events/autoscroll-in-overflow-hidden-html.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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <script> 4 <script>
5 function log(msg) 5 function log(msg)
6 { 6 {
7 document.getElementById('console').appendChild(document.createTextNo de(msg + '\n')); 7 document.getElementById('console').appendChild(document.createTextNo de(msg + '\n'));
8 } 8 }
9 9
10 var iframe; 10 var iframe;
11 var iframeDocument; 11 var iframeDocument;
12 var iframeScrollTopAfterAnchor = 0; 12 var iframeScrollTopAfterAnchor = 0;
13 13
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 if (window.testRunner) 68 if (window.testRunner)
69 testRunner.notifyDone(); 69 testRunner.notifyDone();
70 } 70 }
71 </script> 71 </script>
72 </head> 72 </head>
73 <body onload="test()"> 73 <body onload="test()">
74 <iframe id="NoScrolliFrame" style="height: 150px; width: 150px" src="resourc es/big-page-with-overflow-hidden-and-anchor-scroll.html" ></iframe> 74 <iframe id="NoScrolliFrame" style="height: 150px; width: 150px" src="resourc es/big-page-with-overflow-hidden-and-anchor-scroll.html" ></iframe>
75 <div id="console"></div> 75 <div id="console"></div>
76 </body> 76 </body>
77 </html> 77 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/anchor-empty-focus.html ('k') | LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698