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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/ChannelSplitter/audiochannelsplitter.html

Issue 2599873003: Remove compatibility.js from WebAudio tests (Closed)
Patch Set: Rebasing Created 3 years, 11 months 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 Tests that AudioChannelSplitter works correctly. 4 Tests that AudioChannelSplitter works correctly.
5 --> 5 -->
6 6
7 <html> 7 <html>
8 <head> 8 <head>
9 <script src="../../resources/js-test.js"></script> 9 <script src="../../resources/js-test.js"></script>
10 <script src="../resources/compatibility.js"></script>
11 <script src="../resources/audit-util.js"></script> 10 <script src="../resources/audit-util.js"></script>
12 <script src="../resources/audio-testing.js"></script> 11 <script src="../resources/audio-testing.js"></script>
13 </head> 12 </head>
14 13
15 <body> 14 <body>
16 15
17 <div id="description"></div> 16 <div id="description"></div>
18 <div id="console"></div> 17 <div id="console"></div>
19 18
20 <script> 19 <script>
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 context.oncomplete = checkResult; 153 context.oncomplete = checkResult;
155 context.startRendering(); 154 context.startRendering();
156 } 155 }
157 156
158 runTest(); 157 runTest();
159 158
160 </script> 159 </script>
161 160
162 </body> 161 </body>
163 </html> 162 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698