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

Unified Diff: LayoutTests/webaudio/audioparam-setValueCurve-exceptions-expected.txt

Issue 1328963003: setValueCurve can start at the end of other automations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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: LayoutTests/webaudio/audioparam-setValueCurve-exceptions-expected.txt
diff --git a/LayoutTests/webaudio/audioparam-setValueCurve-exceptions-expected.txt b/LayoutTests/webaudio/audioparam-setValueCurve-exceptions-expected.txt
index 46d125339b4d257b1280bf048ec7fa2ead55d520..5053286e6eca39af2bc32b04ce404e067033f46f 100644
--- a/LayoutTests/webaudio/audioparam-setValueCurve-exceptions-expected.txt
+++ b/LayoutTests/webaudio/audioparam-setValueCurve-exceptions-expected.txt
@@ -21,6 +21,17 @@ PASS setValueCurveAtTime(curve, 0.03125, 0.01) threw NotSupportedError: Failed t
PASS setValueCurveAtTime(curve, 0.04375, 0.01) threw NotSupportedError: Failed to execute 'setValueCurveAtTime' on 'AudioParam': setValueCurveAtTime(..., 0.04375, 0.01) overlaps setValueCurveAtTime(..., 0.05, 0.1).
PASS setValueCurve overlapping existing automation functions correctly signaled errors.
+PASS setValueAtTime(1, 0) did not throw an exception.
+PASS linearRampToValueAtTime(0, 0.0025) did not throw an exception.
+PASS setValueCurveAtTime(..., 0.0025, 0.0025) did not throw an exception.
+PASS exponentialRampToValueAtTime(1, 0.0075) did not throw an exception.
+PASS setValueCurveAtTime(..., 0.0075, 0.0025) did not throw an exception.
+PASS setValueCurveAtTime(..., 0.01, 0.0025) did not throw an exception.
+PASS setValueAtTime(0, 0.0125) did not throw an exception.
+PASS setValueCurveAtTime(..., 0.0125, 0.0025) did not throw an exception.
+PASS setTargetAtTime(1, 0.015000000000000001, 1) did not throw an exception.
+PASS setValueCurve with adjoining automation functions allowed as expected.
+
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/webaudio/audioparam-setValueCurve-exceptions.html ('k') | Source/modules/webaudio/AudioParamTimeline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698