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

Unified Diff: LayoutTests/webaudio/mediastreamaudiodestinationnode.html

Issue 208943004: Update WebAudio layout tests to use unprefixed AudioContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add console.log to compatibility.js Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/webaudio/mediastreamaudiodestinationnode.html
diff --git a/LayoutTests/webaudio/mediastreamaudiodestinationnode.html b/LayoutTests/webaudio/mediastreamaudiodestinationnode.html
index 610eb07f41dfd1042950c6b765c9712f6288c465..6822fba9e619b1383ac4cd3b5bec229e3a85488a 100644
--- a/LayoutTests/webaudio/mediastreamaudiodestinationnode.html
+++ b/LayoutTests/webaudio/mediastreamaudiodestinationnode.html
@@ -3,6 +3,7 @@
<html>
<head>
<script src="../resources/js-test.js"></script>
+<script src="resources/compatibility.js"></script>
<script src="resources/audio-testing.js"></script>
</head>
@@ -21,7 +22,7 @@ function runTest() {
testRunner.dumpAsText();
}
- context = new webkitAudioContext();
+ context = new AudioContext();
mediaStreamDestination = context.createMediaStreamDestination();
« no previous file with comments | « LayoutTests/webaudio/mediaelementaudiosourcenode-gc.html ('k') | LayoutTests/webaudio/mediastreamaudiosourcenode.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698