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

Side by Side Diff: LayoutTests/fast/dom/anchor-without-content.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <style> 5 <style>
6 .spacer { 6 .spacer {
7 line-height: 100em; 7 line-height: 100em;
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
11 <body> 11 <body>
12 <p> 12 <p>
13 This test verifies that links to anchors without content work as exp ected. 13 This test verifies that links to anchors without content work as exp ected.
14 </p> 14 </p>
(...skipping 19 matching lines...) Expand all
34 34
35 var scrollTopBeforeClick = document.documentElement.scrollTop; 35 var scrollTopBeforeClick = document.documentElement.scrollTop;
36 document.getElementById('goto-2').click(); 36 document.getElementById('goto-2').click();
37 if (document.documentElement.scrollTop > scrollTopBeforeClick) 37 if (document.documentElement.scrollTop > scrollTopBeforeClick)
38 testPassed('Clicking link 2 scrolled to block 2.'); 38 testPassed('Clicking link 2 scrolled to block 2.');
39 else 39 else
40 testFailed('Clicking link 2 didn\'t scroll as expected.'); 40 testFailed('Clicking link 2 didn\'t scroll as expected.');
41 </script> 41 </script>
42 </body> 42 </body>
43 </html> 43 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/allowed-children.html ('k') | LayoutTests/fast/dom/attr-style-too-lazy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698