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

Unified Diff: third_party/WebKit/LayoutTests/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, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/media/mediasession/htmlmediaelement-set-session-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/mediasession/htmlmediaelement-set-session-expected.txt b/third_party/WebKit/LayoutTests/media/mediasession/htmlmediaelement-set-session-expected.txt
index f4ad239abe4412f46c4e8e2390c1a3eea5bb8e70..cc2cb2bd2ee47157d512e6a876f6d0ae912a4bbc 100644
--- a/third_party/WebKit/LayoutTests/media/mediasession/htmlmediaelement-set-session-expected.txt
+++ b/third_party/WebKit/LayoutTests/media/mediasession/htmlmediaelement-set-session-expected.txt
@@ -1,4 +1,7 @@
This is a testharness.js-based test.
-FAIL HTMLMediaElement set session assert_true: Run either manually by passing the MediaSession flag or as part of the virtual mediasession testsuite. expected true got false
+FAIL Setup assert_true: Run either manually by passing the MediaSession flag or as part of the virtual mediasession testsuite. expected true got false
+FAIL Set HTMLMediaElement session when networkState is NETWORK_EMPTY MediaSession is not defined
+FAIL Set HTMLMediaElement session when networkState is NETWORK_NO_SOURCE MediaSession is not defined
+FAIL Set HTMLMediaElement session during or after load assert_throws: function "function () { mediaElement.session = new MediaSession(); }" threw object "ReferenceError: MediaSession is not defined" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698