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

Unified Diff: LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt

Issue 912803005: Looping AudioBufferSourceNodes stop only if duration is explicitly given. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and fix tests Created 5 years, 10 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/audiobuffersource-loop-comprehensive-expected.txt
diff --git a/LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt b/LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt
index 81a03e39a18d89adf1f3eecbb720fdc293dff236..acb5e64a01b953dce0e89b978a926c72c85c9d23 100644
--- a/LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt
+++ b/LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt
@@ -18,5 +18,10 @@ PASS illegal loop: loopStartFrame > loopEndFrame
PASS illegal loop: loopStartFrame == loopEndFrame
PASS illegal loop: loopStartFrame < 0
PASS illegal loop: loopEndFrame > bufferLength
-PASS loop from 3 -> 6 with offset 1 for 31 frames
+PASS loop from 3 -> 6 with offset 1 for 20 frames
+PASS loop from 3 -> 8 with offset 1 for 3 frames
+PASS loop from 3 -> 8 with offset 7 for 3 frames
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698