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

Side by Side Diff: LayoutTests/fast/scrolling/scroll-element-into-view.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 <style> 4 <style>
5 5
6 #spacer { 6 #spacer {
7 width: 1000px; 7 width: 1000px;
8 height: 1000px; 8 height: 1000px;
9 } 9 }
10 #container { 10 #container {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 runTest({x: 700, y: 700, w: 280, h: 280}, {x: 410, y: 410}, {x: 680, y: 680}); 78 runTest({x: 700, y: 700, w: 280, h: 280}, {x: 410, y: 410}, {x: 680, y: 680});
79 79
80 // Larger overlapping element scrolls to nearest edge when focused. 80 // Larger overlapping element scrolls to nearest edge when focused.
81 runTest({x: 10, y: 10, w: 320, h: 320}, {x: 320, y: 320}, {x: 30, y: 30}); 81 runTest({x: 10, y: 10, w: 320, h: 320}, {x: 320, y: 320}, {x: 30, y: 30});
82 runTest({x: 670, y: 670, w: 320, h: 320}, {x: 380, y: 380}, {x: 670, y: 670}); 82 runTest({x: 670, y: 670, w: 320, h: 320}, {x: 380, y: 380}, {x: 670, y: 670});
83 83
84 if (window.testRunner) 84 if (window.testRunner)
85 testRunner.dumpAsText(); 85 testRunner.dumpAsText();
86 86
87 </script> 87 </script>
88 <script src="../js/resources/js-test-post.js"></script>
89 </body> 88 </body>
90 <html> 89 <html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/ruby/ruby-line-height.html ('k') | LayoutTests/fast/scrolling/scrollbar-mousedown-mouseup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698