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

Unified Diff: LayoutTests/webaudio/offlineaudiocontext-constructor.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/offlineaudiocontext-constructor.html
diff --git a/LayoutTests/webaudio/offlineaudiocontext-constructor.html b/LayoutTests/webaudio/offlineaudiocontext-constructor.html
index 8ed784debbeb1ac82c36df2344eeab184e03f63b..a3d3f7147b7abdb0dc32385014e437cfa8e5aa87 100644
--- a/LayoutTests/webaudio/offlineaudiocontext-constructor.html
+++ b/LayoutTests/webaudio/offlineaudiocontext-constructor.html
@@ -2,13 +2,14 @@
<html>
<head>
<script src="../resources/js-test.js"></script>
+<script src="resources/compatibility.js"></script>
</head>
<body>
<script>
description("Tests the OfflineAudioContext constructor");
// Make sure we don't crash when giving 0 as number of frames.
-shouldThrow("new webkitOfflineAudioContext(1, 0, 44100)");
+shouldThrow("new OfflineAudioContext(1, 0, 44100)");
</script>
</body>
</html>
« no previous file with comments | « LayoutTests/webaudio/note-grain-on-timing.html ('k') | LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698