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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/oscillator-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/oscillator-basic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/oscillator-basic-expected.txt b/third_party/WebKit/LayoutTests/webaudio/oscillator-basic-expected.txt
index 6592180ab943b0f66d7592c6b46e9cea27dba3e3..83ba5a52b4a47839ac9eab8c99f6736d74f37bb1 100644
--- a/third_party/WebKit/LayoutTests/webaudio/oscillator-basic-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/oscillator-basic-expected.txt
@@ -3,15 +3,15 @@ Basic test of setting Oscillator node types.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS osc.type = 'sine' is equal to sine.
-PASS osc.type = 'square' is equal to square.
-PASS osc.type = 'sawtooth' is equal to sawtooth.
-PASS osc.type = 'triangle' is equal to triangle.
+PASS osc.type = 'sine' is equal to "sine".
+PASS osc.type = 'square' is equal to "square".
+PASS osc.type = 'sawtooth' is equal to "sawtooth".
+PASS osc.type = 'triangle' is equal to "triangle".
PASS osc.type = 'custom' threw InvalidStateError: Failed to set the 'type' property on 'OscillatorNode': 'type' cannot be set directly to 'custom'. Use setPeriodicWave() to create a custom Oscillator type..
PASS osc.setPeriodicWave(wave) did not throw an exception.
-PASS osc.type is equal to custom.
+PASS osc.type is equal to "custom".
PASS osc.type = 0 is not equal to 0.
-PASS osc.type is equal to custom.
+PASS osc.type is equal to "custom".
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698