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

Side by Side Diff: LayoutTests/webaudio/oscillator-basic.html

Issue 58533003: Move fast/js/resources files to resources. (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 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 2
3 <!-- 3 <!--
4 Create an oscillator of each type and verify that the type is set correctly. 4 Create an oscillator of each type and verify that the type is set correctly.
5 --> 5 -->
6 <html> 6 <html>
7 <head> 7 <head>
8 <script type="text/javascript" src="resources/audio-testing.js"></script> 8 <script type="text/javascript" src="resources/audio-testing.js"></script>
9 <script type="text/javascript" src="../fast/js/resources/js-test-pre.js"></scrip t> 9 <script type="text/javascript" src="../resources/js-test.js"></script>
10 </head> 10 </head>
11 11
12 <body> 12 <body>
13 <div id="description"></div> 13 <div id="description"></div>
14 <div id="console"></div> 14 <div id="console"></div>
15 15
16 <script> 16 <script>
17 description("Basic test of setting Oscillator node types."); 17 description("Basic test of setting Oscillator node types.");
18 18
19 var sampleRate = 44100; 19 var sampleRate = 44100;
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 } 92 }
93 93
94 runTest(); 94 runTest();
95 successfullyParsed = true; 95 successfullyParsed = true;
96 96
97 </script> 97 </script>
98 98
99 99
100 </body> 100 </body>
101 </html> 101 </html>
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/offlineaudiocontext-constructor.html ('k') | LayoutTests/webaudio/panner-equalpower.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698