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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audionode-expected.txt

Issue 2501863003: Support for AudioContextOptions latencyHint. (Closed)
Patch Set: More fixes based on reviewer comments. Created 4 years 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: third_party/WebKit/LayoutTests/webaudio/audionode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/audionode-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audionode-expected.txt
index ca3a48714593aff0b2a1bc8095cf0bc87e07f269..89d22a33c93e7fb8fa5dce55441a83e211e1a931 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audionode-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/audionode-expected.txt
@@ -12,8 +12,7 @@ PASS audioNode.connect(context.destination, 5, 0) threw exception IndexSizeError
PASS audioNode.connect(context.destination, 0, 5) threw exception IndexSizeError: Failed to execute 'connect' on 'AudioNode': input index (5) exceeds number of inputs (1)..
PASS audioNode.connect(context.destination, 0, 0) did not throw exception.
PASS exception thrown when connecting to other context's node.
-PASS context3 = new AudioContext(1, 44100, 44100) did not throw exception.
-PASS context3 is not an OfflineAudioContext
+PASS context3 = new AudioContext(1, 44100, 44100) threw exception TypeError: Failed to construct 'AudioContext': parameter 1 ('contextOptions') is not an object..
PASS AudioNode is an EventTarget
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698