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

Side by Side Diff: LayoutTests/accessibility/scroll-to-make-visible-with-subfocus.html

Issue 49063011: Delete js-test-style.css. js-test-pre.js injects the CSS it needs now. (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 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
4 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../fast/js/resources/js-test-pre.js"></script>
5 </head> 4 </head>
6 <body> 5 <body>
7 6
8 <p id="description"></p> 7 <p id="description"></p>
9 8
10 <div style="border: 1px solid #000; height: 5000px;">5000-pixel box</div> 9 <div style="border: 1px solid #000; height: 5000px;">5000-pixel box</div>
11 <button id="target" style="height: 5000px;">Target</button> 10 <button id="target" style="height: 5000px;">Target</button>
12 11
13 <div id="console"></div> 12 <div id="console"></div>
(...skipping 23 matching lines...) Expand all
37 36
38 finishJSTest(); 37 finishJSTest();
39 } 38 }
40 39
41 runTest(); 40 runTest();
42 41
43 </script> 42 </script>
44 43
45 </body> 44 </body>
46 </html> 45 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/scroll-to-make-visible-nested.html ('k') | LayoutTests/accessibility/svg-path-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698