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

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

Issue 625363004: Implement suspend/resume for AudioContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update according to new webaudio spec Created 6 years, 1 month 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
(Empty)
1 Test suspend/resume for an (offline) AudioContext
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS context.state is "suspended"
7 PASS p1 = context.suspend() did not throw exception.
8 PASS [object Object] is an instance of function Promise() { [native code] }
9 PASS context.suspend() was correctly rejected for an offline context
10 PASS p1 = context.resume() did not throw exception.
11 PASS [object Object] is an instance of function Promise() { [native code] }
12 PASS context.state is "suspended"
13 PASS context.resume() was correctly rejected for an offline context
14 PASS context.state is "closed"
15 PASS context.suspend() on a closed context rejected as expected
16 PASS context.resume() on a closed context rejected as expected
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/audiocontext-suspend-resume.html ('k') | Source/modules/webaudio/AudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698