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/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: Update according to review. 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..a5e5c11a4fa7426b108b134fb2ebcdb15b7a0fba 100644
--- a/LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt
+++ b/LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt
@@ -2,6 +2,7 @@ Tests AudioBufferSourceNode looping with a variety of loop points.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
PASS loop whole buffer by default with loopStart == loopEnd == 0
PASS loop whole buffer explicitly
PASS loop from middle to end of buffer
@@ -18,5 +19,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