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

Side by Side 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, 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL HTMLMediaElement set session assert_true: Run either manually by passing th e MediaSession flag or as part of the virtual mediasession testsuite. expected t rue got false 2 FAIL Setup assert_true: Run either manually by passing the MediaSession flag or as part of the virtual mediasession testsuite. expected true got false
3 FAIL Set HTMLMediaElement session when networkState is NETWORK_EMPTY MediaSessio n is not defined
4 FAIL Set HTMLMediaElement session when networkState is NETWORK_NO_SOURCE MediaSe ssion is not defined
5 FAIL Set HTMLMediaElement session during or after load assert_throws: function " function () { mediaElement.session = new MediaSession(); }" threw object "Refere nceError: MediaSession is not defined" that is not a DOMException InvalidStateEr ror: property "code" is equal to undefined, expected 11
3 Harness: the test ran to completion. 6 Harness: the test ran to completion.
4 7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698