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

Side by Side Diff: LayoutTests/webaudio/audioparam-summingjunction.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 <!-- 3 <!--
4 Tests that multiple audio-rate signals (AudioNode outputs) can be connected to a n AudioParam 4 Tests that multiple audio-rate signals (AudioNode outputs) can be connected to a n AudioParam
5 and that these signals are summed, along with the AudioParams intrinsic value. 5 and that these signals are summed, along with the AudioParams intrinsic value.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"/>
11 <script src="resources/audio-testing.js"></script> 10 <script src="resources/audio-testing.js"></script>
12 <script src="resources/mix-testing.js"></script> 11 <script src="resources/mix-testing.js"></script>
13 <script src="../fast/js/resources/js-test-pre.js"></script> 12 <script src="../fast/js/resources/js-test-pre.js"></script>
14 13
15 </head> 14 </head>
16 <body> 15 <body>
17 16
18 <script> 17 <script>
19 18
20 var sampleRate = 44100.0; 19 var sampleRate = 44100.0;
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 context.startRendering(); 121 context.startRendering();
123 } 122 }
124 123
125 runTest(); 124 runTest();
126 successfullyParsed = true; 125 successfullyParsed = true;
127 126
128 </script> 127 </script>
129 128
130 </body> 129 </body>
131 </html> 130 </html>
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/audioparam-connect-audioratesignal.html ('k') | LayoutTests/webaudio/biquad-allpass.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698