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

Side by Side Diff: LayoutTests/accessibility/scroll-to-global-point-nested.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 <style> 4 <style>
6 button { 5 button {
7 border: 0; 6 border: 0;
8 } 7 }
9 </style> 8 </style>
10 </head> 9 </head>
11 <body> 10 <body>
12 11
13 <p id="description"></p> 12 <p id="description"></p>
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 65
67 finishJSTest(); 66 finishJSTest();
68 } 67 }
69 68
70 runTest(); 69 runTest();
71 70
72 </script> 71 </script>
73 72
74 </body> 73 </body>
75 </html> 74 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698