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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-method-chaining-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files 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/audioparam-method-chaining-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-method-chaining-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audioparam-method-chaining-expected.txt
deleted file mode 100644
index 5802c1e01c0d5642675dee9ffbe87badf102bc1c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/audioparam-method-chaining-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Test method chaining feature of AudioParam automation methods.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS The return value of AudioParam.setValueAtTime() matches the source AudioParam.
-PASS The return value of AudioParam.linearRampToValueAtTime() matches the source AudioParam.
-PASS The return value of AudioParam.exponentialRampToValueAtTime() matches the source AudioParam.
-PASS The return value of AudioParam.setTargetAtTime() matches the source AudioParam.
-PASS The return value of AudioParam.setValueCurveAtTime() matches the source AudioParam.
-PASS The return value of AudioParam.cancelScheduledValues() matches the source AudioParam.
-PASS Calling setValueAtTime() with a negative end time threw InvalidAccessError: Failed to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-negative number: -1.
-PASS Calling exponentialRampToValueAtTime() with a zero target value threw InvalidAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': The float target value provided (0) should not be in the range (-1.40130e-45, 1.40130e-45)..
-PASS The gain value of the first gain node is equal to 1.
-PASS The gain value of the second gain node is equal to 0.5.
-PASS The rendered envelope equals [0,0.000022675736961451248,0.000045351473922902495,0.00006802721088435374,0.00009070294784580499,...] with an element-wise tolerance of 0.0000040532.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698