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

Unified Diff: LayoutTests/webaudio/oscillator-basic-expected.txt

Issue 209423006: WebAudio: Remove legacy support for numerical values for Oscillator types. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 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
« no previous file with comments | « LayoutTests/webaudio/oscillator-basic.html ('k') | LayoutTests/webaudio/oscillator-custom.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/oscillator-basic-expected.txt
diff --git a/LayoutTests/webaudio/oscillator-basic-expected.txt b/LayoutTests/webaudio/oscillator-basic-expected.txt
index 6e5b07c51bc4c52860d053eccaea58e7c5636606..375cb4a3c4bf76a1db8bc681cf8fcb970cff38df 100644
--- a/LayoutTests/webaudio/oscillator-basic-expected.txt
+++ b/LayoutTests/webaudio/oscillator-basic-expected.txt
@@ -2,19 +2,13 @@ Basic test of setting Oscillator node types.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Oscillator correctly set to SINE type.
-PASS Oscillator correctly set to SQUARE type.
-PASS Oscillator correctly set to SAWTOOTH type.
-PASS Oscillator correctly set to TRIANGLE type.
-PASS Oscillator correctly set to SINE type using legacy integer value.
-PASS Oscillator correctly set to SQUARE type using legacy integer value.
-PASS Oscillator correctly set to SAWTOOTH type using legacy integer value.
-PASS Oscillator correctly set to TRIANGLE type using legacy integer value.
-PASS Oscillator correctly set to CUSTOM type using setPeriodicWave.
-PASS Directly setting oscillator type to CUSTOM correctly throws exception.
-PASS Setting oscillator to invalid type 5 correctly throws exception.
-PASS Setting .type to illegal string value threw TypeError.
-PASS Setting .type to illegal type of Float32Array threw TypeError.
+PASS Oscillator correctly set to "sine" type.
+PASS Oscillator correctly set to "square" type.
+PASS Oscillator correctly set to "sawtooth" type.
+PASS Oscillator correctly set to "triangle" type.
+PASS Directly setting oscillator type to "custom" correctly failed.
+PASS Oscillator correctly set to "custom" type using setPeriodicWave.
+PASS Oscillator correctly not set to 0.
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/webaudio/oscillator-basic.html ('k') | LayoutTests/webaudio/oscillator-custom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698