blob: fa1201eeaf1f4d733ce638481e9e3dbdf7b6c09a [file] [log] [blame]
Tests silent WebAudio rendering 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 document.hidden is true
PASS context.state is 'running'
* Setting page visibility to visible
PASS document.hidden is false
PASS context.state is 'running'
PASS successfullyParsed is true
TEST COMPLETE