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

Unified Diff: LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt

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-expected.txt
diff --git a/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt b/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt
index ddb951c58c6b4ad466c0a127ab7784a2725feb37..fd1c0b27f5242ef582511a4f39d1328311c7ca08 100644
--- a/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt
+++ b/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt
@@ -3,7 +3,7 @@ Tests the OfflineAudioContext constructor
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS new webkitOfflineAudioContext(1, 0, 44100) threw exception SyntaxError: Failed to construct 'OfflineAudioContext': number of frames cannot be zero..
+PASS new OfflineAudioContext(1, 0, 44100) threw exception SyntaxError: Failed to construct 'OfflineAudioContext': number of frames cannot be zero..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/webaudio/offlineaudiocontext-constructor.html ('k') | LayoutTests/webaudio/oscillator-basic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698