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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise-basic.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 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../resources/js-test.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <script src="../resources/audio-testing.js"/> 5 <script src="../resources/audio-testing.js"></script>
6 <script src="../resources/compatibility.js"></script>
7 <title>OfflineAudioContext.startRendering Promise</title> 6 <title>OfflineAudioContext.startRendering Promise</title>
8 </head> 7 </head>
9 8
10 <body> 9 <body>
11 <script> 10 <script>
12 description("Test OfflineAudioContext.startRendering Promise") 11 description("Test OfflineAudioContext.startRendering Promise")
13 12
14 window.jsTestIsAsync = true; 13 window.jsTestIsAsync = true;
15 14
16 var context; 15 var context;
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 badChannel + ", frame " + badFrame); 93 badChannel + ", frame " + badFrame);
95 testFailed("OfflineAudioContext.startRendering promise"); 94 testFailed("OfflineAudioContext.startRendering promise");
96 } 95 }
97 } 96 }
98 97
99 successfullyParsed = true; 98 successfullyParsed = true;
100 </script> 99 </script>
101 100
102 </body> 101 </body>
103 </html> 102 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698