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

Side by Side Diff: LayoutTests/webaudio/audiobuffersource-start.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"/>
6 <script src="resources/audio-testing.js"></script> 5 <script src="resources/audio-testing.js"></script>
7 <script src="resources/audiobuffersource-testing.js"></script> 6 <script src="resources/audiobuffersource-testing.js"></script>
8 <script src="../fast/js/resources/js-test-pre.js"></script> 7 <script src="../fast/js/resources/js-test-pre.js"></script>
9 </head> 8 </head>
10 9
11 <body> 10 <body>
12 11
13 <div id="description"></div> 12 <div id="description"></div>
14 <div id="console"></div> 13 <div id="console"></div>
15 14
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 context.startRendering(); 89 context.startRendering();
91 } 90 }
92 91
93 runTest(); 92 runTest();
94 successfullyParsed = true; 93 successfullyParsed = true;
95 94
96 </script> 95 </script>
97 96
98 </body> 97 </body>
99 </html> 98 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698