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. |