author | moz-wptsync-bot <wptsync@mozilla.com> |
Thu, 31 May 2018 14:29:27 +0000 | |
changeset 422229 | 9f044aca749d4e2bd59737b53bb35092665071be |
parent 422228 | 2bdd8719b40d299ec978a47f4615b5916576a034 |
child 422230 | 0e5fef5db20184637b166057a5d5faa38b1df479 |
push id | 34122 |
push user | ebalazs@mozilla.com |
push date | Mon, 11 Jun 2018 09:37:00 +0000 |
treeherder | mozilla-central@9941eb8c3b29 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1465573, 11253 |
milestone | 62.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/web-platform/meta/mediasession/idlharness.html.ini | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/meta/mediasession/idlharness.html.ini +++ b/testing/web-platform/meta/mediasession/idlharness.html.ini @@ -1,4 +1,85 @@ [idlharness.html] [Media Session IDL tests] expected: FAIL + [Navigator interface: attribute mediaSession] + expected: FAIL + + [Navigator interface: navigator must inherit property "mediaSession" with the proper type] + expected: FAIL + + [MediaSession interface: existence and properties of interface object] + expected: FAIL + + [MediaSession interface object length] + expected: FAIL + + [MediaSession interface object name] + expected: FAIL + + [MediaSession interface: existence and properties of interface prototype object] + expected: FAIL + + [MediaSession interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [MediaSession interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [MediaSession interface: attribute metadata] + expected: FAIL + + [MediaSession interface: attribute playbackState] + expected: FAIL + + [MediaSession interface: operation setActionHandler(MediaSessionAction, MediaSessionActionHandler)] + expected: FAIL + + [MediaMetadata interface: existence and properties of interface object] + expected: FAIL + + [MediaMetadata interface object length] + expected: FAIL + + [MediaMetadata interface object name] + expected: FAIL + + [MediaMetadata interface: existence and properties of interface prototype object] + expected: FAIL + + [MediaMetadata interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [MediaMetadata interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [MediaMetadata interface: attribute title] + expected: FAIL + + [MediaMetadata interface: attribute artist] + expected: FAIL + + [MediaMetadata interface: attribute album] + expected: FAIL + + [MediaMetadata interface: attribute artwork] + expected: FAIL + + [MediaMetadata must be primary interface of new MediaMetadata()] + expected: FAIL + + [Stringification of new MediaMetadata()] + expected: FAIL + + [MediaMetadata interface: new MediaMetadata() must inherit property "title" with the proper type] + expected: FAIL + + [MediaMetadata interface: new MediaMetadata() must inherit property "artist" with the proper type] + expected: FAIL + + [MediaMetadata interface: new MediaMetadata() must inherit property "album" with the proper type] + expected: FAIL + + [MediaMetadata interface: new MediaMetadata() must inherit property "artwork" with the proper type] + expected: FAIL +