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

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

Issue 1855573002: Include quotes when printing out strings from beEqualTo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use specified quotes Created 4 years, 8 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: third_party/WebKit/LayoutTests/webaudio/iirfilter-basic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/iirfilter-basic-expected.txt b/third_party/WebKit/LayoutTests/webaudio/iirfilter-basic-expected.txt
index f41fb8cdc730a1bd03ac7c0fbbe3542ccb6fa581..8580a3fc9326d3a2d5c27dbaff6453f1db2fc974 100644
--- a/third_party/WebKit/LayoutTests/webaudio/iirfilter-basic-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/iirfilter-basic-expected.txt
@@ -6,8 +6,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS context.createIIRFilter is defined.
PASS numberOfInputs is equal to 1.
PASS numberOfOutputs is equal to 1.
-PASS channelCountMode is equal to max.
-PASS channelInterpretation is equal to speakers.
+PASS channelCountMode is equal to "max".
+PASS channelInterpretation is equal to "speakers".
PASS All basic IIRFilter parameters are correct.
PASS createIIRFilter() threw TypeError: Failed to execute 'createIIRFilter' on 'AudioContext': 2 arguments required, but only 0 present..

Powered by Google App Engine
This is Rietveld 408576698