haikuwebkit/LayoutTests/webaudio/silent-audio-interrupted-in...

15 lines
390 B
Plaintext

Tests that silent WebAudio rendering gets interrupted in hidden pages.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS context.state became 'running'
* Setting page visibility to hidden
PASS context.state became 'interrupted'
* Setting page visibility to visible
PASS context.state became 'running'
PASS successfullyParsed is true
TEST COMPLETE