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

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

Issue 1488693006: Fix flaky WebAudio layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback (2) Created 5 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-disconnect-audioparam-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/audionode-disconnect-audioparam-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audionode-disconnect-audioparam-expected.txt
index 9722864dc18eda209a25ca77e0644fe998f01273..d892b79eb2ccebe8cdc196ec18f74e07d59cfbe0 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audionode-disconnect-audioparam-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/audionode-disconnect-audioparam-expected.txt
@@ -4,8 +4,11 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS Channel #0 contains all the expected values in the correct order: [2.25,1.5].
+PASS The index of value change is equal to 11008.
PASS Channel #0 contains all the expected values in the correct order: [3,1.5].
+PASS The index of value change in channel #0 is equal to 11008.
PASS Channel #1 contains all the expected values in the correct order: [6,3].
+PASS The index of value change in channel #1 is equal to 11008.
PASS gain1.disconnect(gain3.gain) threw InvalidAccessError: Failed to execute 'disconnect' on 'AudioNode': the given AudioParam is not connected..
PASS splitter.disconnect(gain1.gain, 1) threw InvalidAccessError: Failed to execute 'disconnect' on 'AudioNode': specified destination AudioParam and node output (1) are not connected..
PASS splitter.disconnect(gain1.gain, 2) threw IndexSizeError: Failed to execute 'disconnect' on 'AudioNode': The output index provided (2) is outside the range [0, 1]..

Powered by Google App Engine
This is Rietveld 408576698