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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/mediasession/media/mediasession/htmlmediaelement-set-session-expected.txt

Issue 1420223002: Disallow assigning a MediaSession after the resource has been selected (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pull expected file from the bots Created 5 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
OLDNEW
1 CONSOLE WARNING: line 9: dummy log entry to avoid an empty -expected.txt in virt ual/ 1 CONSOLE WARNING: line 9: dummy log entry to avoid an empty -expected.txt in virt ual/
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 FAIL HTMLMediaElement set session Failed to construct 'MediaSession': Missing pl atform implementation. 3 PASS Setup
4 FAIL Set HTMLMediaElement session when networkState is NETWORK_EMPTY Failed to c onstruct 'MediaSession': Missing platform implementation.
5 FAIL Set HTMLMediaElement session when networkState is NETWORK_NO_SOURCE Failed to construct 'MediaSession': Missing platform implementation.
6 FAIL Set HTMLMediaElement session during or after load assert_throws: function " function () { mediaElement.session = new MediaSession(); }" threw object "NotSup portedError: Failed to construct 'MediaSession': Mi..." that is not a DOMExcepti on InvalidStateError: property "code" is equal to 9, expected 11
4 Harness: the test ran to completion. 7 Harness: the test ran to completion.
5 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698