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

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

Issue 723823002: AudioBufferSourceNode loop duration should be the actual duration (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One item per line 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests AudioBufferSourceNode looping with a variety of loop points. 1 Tests AudioBufferSourceNode looping with a variety of loop points.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS loop whole buffer by default with loopStart == loopEnd == 0 5 PASS loop whole buffer by default with loopStart == loopEnd == 0
6 PASS loop whole buffer explicitly 6 PASS loop whole buffer explicitly
7 PASS loop from middle to end of buffer 7 PASS loop from middle to end of buffer
8 PASS loop from start to middle of buffer 8 PASS loop from start to middle of buffer
9 PASS loop from 4 -> 6 9 PASS loop from 4 -> 6
10 PASS loop from 3 -> 7 10 PASS loop from 3 -> 7
11 PASS loop from 4 -> 6 with playbackRate of 0.5 11 PASS loop from 4 -> 6 with playbackRate of 0.5
12 PASS loop from 4 -> 6 with playbackRate of 1.5 12 PASS loop from 4 -> 6 with playbackRate of 1.5
13 PASS loop from 2 -> 5 with offset 6 13 PASS loop from 2 -> 5 with offset 6
14 PASS loop from 3 -> 6 with offset 1 14 PASS loop from 3 -> 6 with offset 1
15 PASS loop from 3 -> 6 with offset 4 15 PASS loop from 3 -> 6 with offset 4
16 PASS illegal playbackRate of 47 greater than loop length 16 PASS illegal playbackRate of 47 greater than loop length
17 PASS illegal loop: loopStartFrame > loopEndFrame 17 PASS illegal loop: loopStartFrame > loopEndFrame
18 PASS illegal loop: loopStartFrame == loopEndFrame 18 PASS illegal loop: loopStartFrame == loopEndFrame
19 PASS illegal loop: loopStartFrame < 0 19 PASS illegal loop: loopStartFrame < 0
20 PASS illegal loop: loopEndFrame > bufferLength 20 PASS illegal loop: loopEndFrame > bufferLength
21 PASS loop from 3 -> 6 with offset 1 for 31 frames
21 22
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/audiobuffersource-loop-comprehensive.html ('k') | LayoutTests/webaudio/audiobuffersource-start.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698