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

Side by Side Diff: LayoutTests/webaudio/audiobuffersource-loop-comprehensive.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 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"/> 5 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"/>
6 <script src="resources/audio-testing.js"></script> 6 <script src="resources/audio-testing.js"></script>
7 <script src="resources/audiobuffersource-testing.js"></script> 7 <script src="resources/audiobuffersource-testing.js"></script>
8 <script src="../fast/js/resources/js-test-pre.js"></script> 8 <script src="../fast/js/resources/js-test-pre.js"></script>
9 </head> 9 </head>
10 10
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 105
106 context.oncomplete = checkAllTests; 106 context.oncomplete = checkAllTests;
107 context.startRendering(); 107 context.startRendering();
108 } 108 }
109 109
110 runTest(); 110 runTest();
111 successfullyParsed = true; 111 successfullyParsed = true;
112 112
113 </script> 113 </script>
114 114
115 <script src="../fast/js/resources/js-test-post.js"></script>
116 </body> 115 </body>
117 </html> 116 </html>
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/audiobuffersource-channels.html ('k') | LayoutTests/webaudio/audiobuffersource-playbackState.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698