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

Side by Side Diff: LayoutTests/webaudio/offlineaudiocontext-suspend-resume-basic-expected.txt

Issue 1140723003: Implement suspend() and resume() for OfflineAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Initial review + layout tests Created 5 years, 7 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
OLDNEW
(Empty)
1 Suspending OfflineAudioContext at the same rendering block boundary.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS context.suspend() rejected correctly. (with TypeError: Failed to execute 's uspend' on 'OfflineAudioContext': 1 argument required, but only 0 present.).
7 PASS Calling multiple suspends at the same rendering quantum rejected correctly. (with InvalidStateError: cannot schedule a suspend in the past, beyond the tota l render duration or at the duplicate position.).
8 PASS Calling resume on non-suspended context rejected correctly. (with InvalidSt ateError: cannot resume the context is already running or has not started).
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698