Closed
Bug 1465573
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11253 - Move mediasession IDL to interfaces
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11253 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11253
Details from upstream follow.
Chris Nardi <christopherncarmel@hotmail.com> wrote:
> Move mediasession IDL to interfaces
>
> The mediasession IDL was defined directly in the idlharness test. This change moves the IDL definitions into its own file in interfaces. This change also makes the construction of `MediaMetadata` be quoted, so the test can proceed even if it is not defined.
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ad7fdd5b1691d3a739035b8e58931d9dca1779d6
Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 36 subtests
OK : 1
PASS : 9
FAIL : 27
New tests that have failures or other problems:
/mediasession/idlharness.html
MediaMetadata interface object length: FAIL
MediaMetadata interface object name: FAIL
MediaMetadata interface: attribute album: FAIL
MediaMetadata interface: attribute artist: FAIL
MediaMetadata interface: attribute artwork: FAIL
MediaMetadata interface: attribute title: FAIL
MediaMetadata interface: existence and properties of interface object: FAIL
MediaMetadata interface: existence and properties of interface prototype object: FAIL
MediaMetadata interface: existence and properties of interface prototype object's "constructor" property: FAIL
MediaMetadata interface: existence and properties of interface prototype object's @@unscopables property: FAIL
MediaMetadata interface: new MediaMetadata() must inherit property "album" with the proper type: FAIL
MediaMetadata interface: new MediaMetadata() must inherit property "artist" with the proper type: FAIL
MediaMetadata interface: new MediaMetadata() must inherit property "artwork" with the proper type: FAIL
MediaMetadata interface: new MediaMetadata() must inherit property "title" with the proper type: FAIL
MediaMetadata must be primary interface of new MediaMetadata(): FAIL
MediaSession interface object length: FAIL
MediaSession interface object name: FAIL
MediaSession interface: attribute metadata: FAIL
MediaSession interface: attribute playbackState: FAIL
MediaSession interface: existence and properties of interface object: FAIL
MediaSession interface: existence and properties of interface prototype object: FAIL
MediaSession interface: existence and properties of interface prototype object's "constructor" property: FAIL
MediaSession interface: existence and properties of interface prototype object's @@unscopables property: FAIL
MediaSession interface: operation setActionHandler(MediaSessionAction, MediaSessionActionHandler): FAIL
Navigator interface: attribute mediaSession: FAIL
Navigator interface: navigator must inherit property "mediaSession" with the proper type: FAIL
Stringification of new MediaMetadata(): FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2bdd8719b40d
[wpt PR 11253] - Move mediasession IDL to interfaces, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/9f044aca749d
[wpt PR 11253] - Update wpt metadata, a=testonly
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2bdd8719b40d
https://hg.mozilla.org/mozilla-central/rev/9f044aca749d
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•