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

Side by Side Diff: LayoutTests/webaudio/audionode.html

Issue 48903019: Delete js-test-post.js. (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 <html> 3 <html>
4 <head> 4 <head>
5 <script src="../fast/js/resources/js-test-pre.js"></script> 5 <script src="../fast/js/resources/js-test-pre.js"></script>
6 <script type="text/javascript" src="resources/audio-testing.js"></script> 6 <script type="text/javascript" src="resources/audio-testing.js"></script>
7 </head> 7 </head>
8 8
9 <body> 9 <body>
10 <div id="description"></div> 10 <div id="description"></div>
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 testFailed("exception shouldn't be thrown when testing whether audio nod e is an event target"); 115 testFailed("exception shouldn't be thrown when testing whether audio nod e is an event target");
116 } 116 }
117 117
118 finishJSTest(); 118 finishJSTest();
119 } 119 }
120 120
121 runTest(); 121 runTest();
122 122
123 </script> 123 </script>
124 124
125 <script src="../fast/js/resources/js-test-post.js"></script>
126 </body> 125 </body>
127 </html> 126 </html>
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/audiocontext-max-contexts.html ('k') | LayoutTests/webaudio/audionode-channel-rules.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698