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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/internals/mediaelementaudiosourcenode-gc.html

Issue 2882783002: Remove references to audio-testing.js (Closed)
Patch Set: Created 3 years, 7 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 <html> 3 <html>
4 <head> 4 <head>
5 <script src="../../resources/js-test.js"></script> 5 <script src="../../resources/js-test.js"></script>
6 <script src="../resources/audit-util.js"></script> 6 <script src="../resources/audit-util.js"></script>
7 <script src="../resources/audio-testing.js"></script>
8 </head> 7 </head>
9 8
10 <body> 9 <body>
11 <div id="description"></div> 10 <div id="description"></div>
12 <div id="console"></div> 11 <div id="console"></div>
13 12
14 <script> 13 <script>
15 description("Tests garbage collection of MediaElementAudioSourceNode."); 14 description("Tests garbage collection of MediaElementAudioSourceNode.");
16 15
17 function runTest() { 16 function runTest() {
(...skipping 13 matching lines...) Expand all
31 30
32 finishJSTest(); 31 finishJSTest();
33 } 32 }
34 33
35 runTest(); 34 runTest();
36 35
37 </script> 36 </script>
38 37
39 </body> 38 </body>
40 </html> 39 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698