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

Unified Diff: LayoutTests/webaudio/gain-basic.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
« no previous file with comments | « LayoutTests/webaudio/gain.html ('k') | LayoutTests/webaudio/mediaelementaudiosourcenode.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/gain-basic.html
diff --git a/LayoutTests/webaudio/gain-basic.html b/LayoutTests/webaudio/gain-basic.html
index 4d47970e1be4db349bb226356330b430f4727af7..b18537beac0efbf929a626f8583e0b8a9f4d4ec6 100644
--- a/LayoutTests/webaudio/gain-basic.html
+++ b/LayoutTests/webaudio/gain-basic.html
@@ -7,6 +7,7 @@ Verifies GainNode attributes and their type.
<html>
<head>
<script src="../resources/js-test.js"></script>
+<script src="resources/compatibility.js"></script>
<script type="text/javascript" src="resources/audio-testing.js"></script>
</head>
@@ -21,7 +22,7 @@ function runTest() {
}
// Create audio context.
- var context = new webkitAudioContext();
+ var context = new AudioContext();
// Create gain node.
var gainNode = context.createGain();
« no previous file with comments | « LayoutTests/webaudio/gain.html ('k') | LayoutTests/webaudio/mediaelementaudiosourcenode.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698