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

Unified Diff: LayoutTests/webaudio/convolver-setBuffer-null.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/convolution-mono-mono.html ('k') | LayoutTests/webaudio/decode-audio-data-basic.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/convolver-setBuffer-null.html
diff --git a/LayoutTests/webaudio/convolver-setBuffer-null.html b/LayoutTests/webaudio/convolver-setBuffer-null.html
index a1e8a50497b65c4093014aee1ac0f0112d31bd6c..a3803f7a6deed4ec08e8ad1ba650e337978c237b 100644
--- a/LayoutTests/webaudio/convolver-setBuffer-null.html
+++ b/LayoutTests/webaudio/convolver-setBuffer-null.html
@@ -1,6 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
+<script src="resources/compatibility.js"></script>
<script src="resources/audio-testing.js"></script>
<script src="../resources/js-test.js"></script>
</head>
@@ -21,7 +22,7 @@ function runTest()
window.jsTestIsAsync = true;
- var context = new webkitAudioContext();
+ var context = new AudioContext();
var conv = context.createConvolver();
conv.buffer = 0;
« no previous file with comments | « LayoutTests/webaudio/convolution-mono-mono.html ('k') | LayoutTests/webaudio/decode-audio-data-basic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698