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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/webaudio/autoplay-crossorigin-expected.txt

Issue 2912593003: [ServiceWorker] Fix bugs of wpt tests for Client.navigate (Closed)
Patch Set: Address comments from falken@ Created 3 years, 6 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
1 CONSOLE WARNING: line 13: An AudioContext in a cross origin iframe must be creat ed or resumed from a user gesture to enable audio output. 1 CONSOLE WARNING: line 13: An AudioContext in a cross origin iframe must be creat ed or resumed from a user gesture to enable audio output.
2 CONSOLE WARNING: line 23: An AudioContext in a cross origin iframe must be creat ed or resumed from a user gesture to enable audio output. 2 CONSOLE WARNING: line 23: An AudioContext in a cross origin iframe must be creat ed or resumed from a user gesture to enable audio output.
3 CONSOLE WARNING: line 36: An AudioContext in a cross origin iframe must be creat ed or resumed from a user gesture to enable audio output. 3 CONSOLE WARNING: line 36: An AudioContext in a cross origin iframe must be creat ed or resumed from a user gesture to enable audio output.
4 CONSOLE ERROR: line 2539: Uncaught Error: assert_equals: stateAfterClick expecte d "running" but got "suspended" 4 CONSOLE ERROR: line 2542: Uncaught Error: assert_equals: stateAfterClick expecte d "running" but got "suspended"
5 This is a testharness.js-based test. 5 This is a testharness.js-based test.
6 Harness Error. harness_status.status = 1 , harness_status.message = Uncaught Err or: assert_equals: stateAfterClick expected "running" but got "suspended" 6 Harness Error. harness_status.status = 1 , harness_status.message = Uncaught Err or: assert_equals: stateAfterClick expected "running" but got "suspended"
7 PASS Verify that autoplaying Web Audio from a cross origin iframe is blocked by mediaPlaybackRequiresUserGesture 7 PASS Verify that autoplaying Web Audio from a cross origin iframe is blocked by mediaPlaybackRequiresUserGesture
8 Harness: the test ran to completion. 8 Harness: the test ran to completion.
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698