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

Side by Side Diff: LayoutTests/webaudio/audiobuffersource-start-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 start() with a variety of offsets and durations. 1 Tests AudioBufferSourceNode start() with a variety of offsets and durations.
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 start(when): implicitly play whole buffer from beginning to end 5 PASS start(when): implicitly play whole buffer from beginning to end
6 PASS start(when, 0): play whole buffer from beginning to end explicitly giving o ffset of 0 6 PASS start(when, 0): play whole buffer from beginning to end explicitly giving o ffset of 0
7 PASS start(when, 0, 8_frames): play whole buffer from beginning to end explicitl y giving offset of 0 and duration of 8 frames 7 PASS start(when, 0, 8_frames): play whole buffer from beginning to end explicitl y giving offset of 0 and duration of 8 frames
8 PASS start(when, 4_frames): play with explicit non-zero offset 8 PASS start(when, 4_frames): play with explicit non-zero offset
9 PASS start(when, 4_frames, 4_frames): play with explicit non-zero offset and dur ation 9 PASS start(when, 4_frames, 4_frames): play with explicit non-zero offset and dur ation
10 PASS start(when, 7_frames): play with explicit non-zero offset near end of buffe r 10 PASS start(when, 7_frames): play with explicit non-zero offset near end of buffe r
11 PASS start(when, 8_frames): play with explicit offset at end of buffer 11 PASS start(when, 8_frames): play with explicit offset at end of buffer
12 PASS start(when, 9_frames): play with explicit offset past end of buffer 12 PASS start(when, 9_frames): play with explicit offset past end of buffer
13 PASS start(when, 0, 15_frames): play with whole buffer, with long duration (clip ped)
13 14
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/audiobuffersource-start.html ('k') | LayoutTests/webaudio/resources/audiobuffersource-testing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698