Closed Bug 1677110 Opened 4 years ago Closed 4 years ago

[wpt-sync] Sync PR 26522 - Update interfaces/mediacapture-streams.idl and test

Categories

(Core :: Audio/Video: MediaStreamGraph, task, P4)

task

Tracking

()

RESOLVED FIXED
85 Branch
Tracking Status
firefox85 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Attachments

(1 file)

Sync web-platform-tests PR 26522 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/26522
Details from upstream follow.

b'Stephen McGruer <smcgruer@chromium.org>' wrote:

Update interfaces/mediacapture-streams.idl and test

Closes https://github.com/web-platform-tests/wpt/pull/26511

Component: web-platform-tests → Audio/Video: MediaStreamGraph
Product: Testing → Core
Attached file Notable wpt changes
# CI Results

Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 14 tests and 20 subtests

## Status Summary

### Firefox
OK  : 14
PASS: 7585[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview] 7590[Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt, GitHub]
FAIL: 615[Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt, GitHub] 620[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview]

### Chrome
OK  : 14
PASS: 8013
FAIL: 200

### Safari
OK  : 14
PASS: 7605
FAIL: 600

## Links
[Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=8aace0713885f1b33a69c0b927495271b69aebb8)
[GitHub PR Head](https://wpt.fyi/results/?sha=5646bad8862386ac746d9079b65ad49fc097200b&label=pr_head)
[GitHub PR Base](https://wpt.fyi/results/?sha=5646bad8862386ac746d9079b65ad49fc097200b&label=pr_base)

## Details

### Firefox-only Failures
/mst-content-hint/idlharness.window.html
  MediaStreamTrack interface: attribute contentHint: FAIL
  MediaStreamTrack interface: audioTrack must inherit property "contentHint" with the proper type: FAIL
  MediaStreamTrack interface: videoTrack must inherit property "contentHint" with the proper type: FAIL
/mediacapture-streams/idlharness.https.window.html
  MediaStreamTrack interface: operation getCapabilities(): FAIL
  MediaStreamTrack interface: track must inherit property "getCapabilities()" with the proper type: FAIL
  OverconstrainedError interface object name: FAIL
  OverconstrainedError interface: existence and properties of interface prototype object's "constructor" property: FAIL
  OverconstrainedError interface: existence and properties of interface prototype object's @@unscopables property: FAIL
  OverconstrainedError interface: attribute constraint: FAIL
/webrtc/idlharness.https.window.html
  RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescriptionInit): FAIL
  RTCPeerConnection interface: attribute connectionState: FAIL
  RTCPeerConnection interface: attribute onconnectionstatechange: FAIL
  RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescriptionInit, VoidFunction, RTCPeerConnectionErrorCallback): FAIL
  RTCPeerConnection interface: new RTCPeerConnection() must inherit property "connectionState" with the proper type: FAIL
  RTCPeerConnection interface: new RTCPeerConnection() must inherit property "setConfiguration(optional RTCConfiguration)" with the proper type: FAIL
  RTCPeerConnection interface: calling setConfiguration(optional RTCConfiguration) on new RTCPeerConnection() with too few arguments must throw TypeError: FAIL
  RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onconnectionstatechange" with the proper type: FAIL
  RTCIceCandidate interface: attribute candidate: FAIL
  RTCIceCandidate interface: attribute sdpMid: FAIL
  RTCIceCandidate interface: attribute sdpMLineIndex: FAIL
  RTCIceCandidate interface: attribute foundation: FAIL
  RTCIceCandidate interface: attribute component: FAIL
  RTCIceCandidate interface: attribute priority: FAIL
  RTCIceCandidate interface: attribute address: FAIL
  RTCIceCandidate interface: attribute protocol: FAIL
  RTCIceCandidate interface: attribute port: FAIL
  RTCIceCandidate interface: attribute type: FAIL
  RTCIceCandidate interface: attribute tcpType: FAIL
  RTCIceCandidate interface: attribute relatedAddress: FAIL
  RTCIceCandidate interface: attribute relatedPort: FAIL
  RTCIceCandidate interface: attribute usernameFragment: FAIL
  RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "foundation" with the proper type: FAIL
  RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "component" with the proper type: FAIL
  RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "priority" with the proper type: FAIL
  RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "address" with the proper type: FAIL
  RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "protocol" with the proper type: FAIL
  RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "port" with the proper type: FAIL
  RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "type" with the proper type: FAIL
  RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "tcpType" with the proper type: FAIL
  RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedAddress" with the proper type: FAIL
  RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedPort" with the proper type: FAIL
  RTCCertificate interface: operation getFingerprints(): FAIL
  RTCCertificate interface: idlTestObjects.certificate must inherit property "getFingerprints()" with the proper type: FAIL
  RTCRtpSender interface: operation getCapabilities(DOMString): FAIL
  RTCRtpSender interface: operation setParameters(RTCRtpSendParameters): FAIL
  RTCRtpSender interface: calling getCapabilities(DOMString) on new RTCPeerConnection().addTransceiver('audio').sender with too few arguments must throw TypeError: FAIL
  RTCRtpSender interface: calling setParameters(RTCRtpSendParameters) on new RTCPeerConnection().addTransceiver('audio').sender with too few arguments must throw TypeError: FAIL
  RTCRtpReceiver interface: operation getCapabilities(DOMString): FAIL
  RTCRtpReceiver interface: operation getParameters(): FAIL
  RTCRtpReceiver interface: calling getCapabilities(DOMString) on new RTCPeerConnection().addTransceiver('audio').receiver with too few arguments must throw TypeError: FAIL
  RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "getParameters()" with the proper type: FAIL
  RTCRtpTransceiver interface: operation setCodecPreferences(sequence<RTCRtpCodecCapability>): FAIL
  RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "setCodecPreferences(sequence<RTCRtpCodecCapability>)" with the proper type: FAIL
  RTCRtpTransceiver interface: calling setCodecPreferences(sequence<RTCRtpCodecCapability>) on new RTCPeerConnection().addTransceiver('audio') with too few arguments must throw TypeError: FAIL
  RTCIceTransport interface object length: FAIL
  RTCIceTransport interface object name: FAIL
  RTCIceTransport interface: existence and properties of interface prototype object's "constructor" property: FAIL
  RTCIceTransport interface: existence and properties of interface prototype object's @@unscopables property: FAIL
  RTCIceTransport interface: attribute state: FAIL
  RTCIceTransport interface: attribute gatheringState: FAIL
  RTCDTMFSender interface: attribute canInsertDTMF: FAIL
/webaudio/idlharness.https.window.html
  AudioContext interface: operation resume(): FAIL
  OfflineAudioContext interface: operation resume(): FAIL
  OfflineAudioContext interface: operation suspend(double): FAIL
  OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "suspend(double)" with the proper type: FAIL
  OfflineAudioContext interface: calling suspend(double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError: FAIL
  AudioParam interface: attribute automationRate: FAIL
  AudioParam interface: operation cancelAndHoldAtTime(double): FAIL
  AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property "automationRate" with the proper type: FAIL
  AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property "cancelAndHoldAtTime(double)" with the proper type: FAIL
  AudioParam interface: calling cancelAndHoldAtTime(double) on new AudioBufferSourceNode(context).playbackRate with too few arguments must throw TypeError: FAIL
  AudioListener interface: attribute positionX: FAIL
  AudioListener interface: attribute positionY: FAIL
  AudioListener interface: attribute positionZ: FAIL
  AudioListener interface: attribute forwardX: FAIL
  AudioListener interface: attribute forwardY: FAIL
  AudioListener interface: attribute forwardZ: FAIL
  AudioListener interface: attribute upX: FAIL
  AudioListener interface: attribute upY: FAIL
  AudioListener interface: attribute upZ: FAIL
  AudioListener interface: context.listener must inherit property "positionX" with the proper type: FAIL
  AudioListener interface: context.listener must inherit property "positionY" with the proper type: FAIL
  AudioListener interface: context.listener must inherit property "positionZ" with the proper type: FAIL
  AudioListener interface: context.listener must inherit property "forwardX" with the proper type: FAIL
  AudioListener interface: context.listener must inherit property "forwardY" with the proper type: FAIL
  AudioListener interface: context.listener must inherit property "forwardZ" with the proper type: FAIL
  AudioListener interface: context.listener must inherit property "upX" with the proper type: FAIL
  AudioListener interface: context.listener must inherit property "upY" with the proper type: FAIL
  AudioListener interface: context.listener must inherit property "upZ" with the proper type: FAIL
  AudioProcessingEvent interface object length: FAIL
  AudioProcessingEvent must be primary interface of new AudioProcessingEvent('', {
        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
      }): FAIL
  Stringification of new AudioProcessingEvent('', {
        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
      }): FAIL
  AudioProcessingEvent interface: new AudioProcessingEvent('', {
        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
      }) must inherit property "playbackTime" with the proper type: FAIL
  AudioProcessingEvent interface: new AudioProcessingEvent('', {
        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
      }) must inherit property "inputBuffer" with the proper type: FAIL
  AudioProcessingEvent interface: new AudioProcessingEvent('', {
        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
      }) must inherit property "outputBuffer" with the proper type: FAIL
/mediacapture-fromelement/idlharness.window.html
  CanvasCaptureMediaStreamTrack interface: existence and properties of interface object: FAIL
  CanvasCaptureMediaStreamTrack interface object length: FAIL
  CanvasCaptureMediaStreamTrack interface object name: FAIL
  CanvasCaptureMediaStreamTrack interface: existence and properties of interface prototype object: FAIL
  CanvasCaptureMediaStreamTrack interface: existence and properties of interface prototype object's "constructor" property: FAIL
  CanvasCaptureMediaStreamTrack interface: existence and properties of interface prototype object's @@unscopables property: FAIL
  CanvasCaptureMediaStreamTrack interface: attribute canvas: FAIL
  CanvasCaptureMediaStreamTrack interface: operation requestFrame(): FAIL
  CanvasCaptureMediaStreamTrack must be primary interface of track: FAIL
  Stringification of track: FAIL
  CanvasCaptureMediaStreamTrack interface: track must inherit property "canvas" with the proper type: FAIL
  CanvasCaptureMediaStreamTrack interface: track must inherit property "requestFrame()" with the proper type: FAIL
/html/dom/idlharness.https.html?exclude=(Document|Window|HTML.*)
  DOMStringList must be primary interface of location.ancestorOrigins: FAIL linked bug:Bug 1647538
  Stringification of location.ancestorOrigins: FAIL linked bug:Bug 1647538
  DOMStringList interface: location.ancestorOrigins must inherit property "length" with the proper type: FAIL linked bug:Bug 1647538
  DOMStringList interface: location.ancestorOrigins must inherit property "item(unsigned long)" with the proper type: FAIL linked bug:Bug 1647538
  DOMStringList interface: calling item(unsigned long) on location.ancestorOrigins with too few arguments must throw TypeError: FAIL linked bug:Bug 1647538
  DOMStringList interface: location.ancestorOrigins must inherit property "contains(DOMString)" with the proper type: FAIL linked bug:Bug 1647538
  DOMStringList interface: calling contains(DOMString) on location.ancestorOrigins with too few arguments must throw TypeError: FAIL linked bug:Bug 1647538
  AudioTrackList interface: existence and properties of interface object: FAIL linked bug:Bug 1647538
  AudioTrackList interface object length: FAIL linked bug:Bug 1647538
  AudioTrackList interface object name: FAIL linked bug:Bug 1647538
  AudioTrackList interface: existence and properties of interface prototype object: FAIL linked bug:Bug 1647538
  AudioTrackList interface: existence and properties of interface prototype object's "constructor" property: FAIL linked bug:Bug 1647538
  AudioTrackList interface: existence and properties of interface prototype object's @@unscopables property: FAIL linked bug:Bug 1647538
  AudioTrackList interface: attribute length: FAIL linked bug:Bug 1647538
  AudioTrackList interface: operation getTrackById(DOMString): FAIL linked bug:Bug 1647538
  AudioTrackList interface: attribute onchange: FAIL linked bug:Bug 1647538
  AudioTrackList interface: attribute onaddtrack: FAIL linked bug:Bug 1647538
  AudioTrackList interface: attribute onremovetrack: FAIL linked bug:Bug 1647538
  AudioTrack interface: existence and properties of interface object: FAIL linked bug:Bug 1647538
  AudioTrack interface object length: FAIL linked bug:Bug 1647538
  AudioTrack interface object name: FAIL linked bug:Bug 1647538
  AudioTrack interface: existence and properties of interface prototype object: FAIL linked bug:Bug 1647538
  AudioTrack interface: existence and properties of interface prototype object's "constructor" property: FAIL linked bug:Bug 1647538
  AudioTrack interface: existence and properties of interface prototype object's @@unscopables property: FAIL linked bug:Bug 1647538
  AudioTrack interface: attribute id: FAIL linked bug:Bug 1647538
  AudioTrack interface: attribute label: FAIL linked bug:Bug 1647538
  AudioTrack interface: attribute enabled: FAIL linked bug:Bug 1647538
  VideoTrackList interface: existence and properties of interface object: FAIL linked bug:Bug 1647538
  VideoTrackList interface object length: FAIL linked bug:Bug 1647538
  VideoTrackList interface object name: FAIL linked bug:Bug 1647538
  VideoTrackList interface: existence and properties of interface prototype object: FAIL linked bug:Bug 1647538
  VideoTrackList interface: existence and properties of interface prototype object's "constructor" property: FAIL linked bug:Bug 1647538
  VideoTrackList interface: existence and properties of interface prototype object's @@unscopables property: FAIL linked bug:Bug 1647538
  VideoTrackList interface: attribute length: FAIL linked bug:Bug 1647538
  VideoTrackList interface: operation getTrackById(DOMString): FAIL linked bug:Bug 1647538
  VideoTrackList interface: attribute selectedIndex: FAIL linked bug:Bug 1647538
  VideoTrackList interface: attribute onchange: FAIL linked bug:Bug 1647538
  VideoTrackList interface: attribute onaddtrack: FAIL linked bug:Bug 1647538
  VideoTrackList interface: attribute onremovetrack: FAIL linked bug:Bug 1647538
  VideoTrack interface: existence and properties of interface object: FAIL linked bug:Bug 1647538
  VideoTrack interface object length: FAIL linked bug:Bug 1647538
  VideoTrack interface object name: FAIL linked bug:Bug 1647538
  VideoTrack interface: existence and properties of interface prototype object: FAIL linked bug:Bug 1647538
  VideoTrack interface: existence and properties of interface prototype object's "constructor" property: FAIL linked bug:Bug 1647538
  VideoTrack interface: existence and properties of interface prototype object's @@unscopables property: FAIL linked bug:Bug 1647538
  VideoTrack interface: attribute id: FAIL linked bug:Bug 1647538
  VideoTrack interface: attribute label: FAIL linked bug:Bug 1647538
  VideoTrack interface: attribute selected: FAIL linked bug:Bug 1647538
  CanvasRenderingContext2D interface: attribute imageSmoothingQuality: FAIL linked bug:Bug 1647538
  CanvasRenderingContext2D interface: attribute direction: FAIL linked bug:Bug 1647538
  CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "imageSmoothingQuality" with the proper type: FAIL linked bug:Bug 1647538
  CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "direction" with the proper type: FAIL linked bug:Bug 1647538
  TextMetrics interface: attribute fontBoundingBoxAscent: FAIL linked bug:Bug 1647538
  TextMetrics interface: attribute fontBoundingBoxDescent: FAIL linked bug:Bug 1647538
  TextMetrics interface: attribute emHeightAscent: FAIL linked bug:Bug 1647538
  TextMetrics interface: attribute emHeightDescent: FAIL linked bug:Bug 1647538
  ImageBitmapRenderingContext interface: attribute canvas: FAIL linked bug:Bug 1647538
  BarProp interface: attribute visible: FAIL linked bug:Bug 1647538
  Location interface: window.location must have own property "ancestorOrigins": FAIL linked bug:Bug 1647538
/html/dom/idlharness.https.html?include=(Document|Window)
  Window interface: window must have own property "window": FAIL linked bug:Bug 1510437
  Window interface: window must have own property "document": FAIL linked bug:Bug 1510437
  Window interface: window must have own property "location": FAIL linked bug:Bug 1510437
  Window interface: window must have own property "top": FAIL linked bug:Bug 1510437
/html/dom/idlharness.https.html?include=HTML.*
  HTMLElement interface: attribute translate: FAIL linked bug:Bug 1647538
  HTMLElement interface: document.createElement("noscript") must inherit property "translate" with the proper type: FAIL linked bug:Bug 1647538
  HTMLVideoElement interface: attribute playsInline: FAIL linked bug:Bug 1647538
  HTMLVideoElement interface: document.createElement("video") must inherit property "playsInline" with the proper type: FAIL linked bug:Bug 1647538
  HTMLMediaElement interface: document.createElement("video") must inherit property "audioTracks" with the proper type: FAIL linked bug:Bug 1647538
  HTMLMediaElement interface: document.createElement("video") must inherit property "videoTracks" with the proper type: FAIL linked bug:Bug 1647538
  HTMLMediaElement interface: document.createElement("audio") must inherit property "audioTracks" with the proper type: FAIL linked bug:Bug 1647538
  HTMLMediaElement interface: document.createElement("audio") must inherit property "videoTracks" with the proper type: FAIL linked bug:Bug 1647538
  HTMLMediaElement interface: new Audio() must inherit property "audioTracks" with the proper type: FAIL linked bug:Bug 1647538
  HTMLMediaElement interface: new Audio() must inherit property "videoTracks" with the proper type: FAIL linked bug:Bug 1647538
  HTMLMediaElement interface: attribute audioTracks: FAIL linked bug:Bug 1647538
  HTMLMediaElement interface: attribute videoTracks: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: attribute dirName: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: document.createElement("input") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("text") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("hidden") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("search") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("tel") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("url") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("email") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("password") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("date") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("month") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("week") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("time") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("datetime-local") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("number") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("range") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("color") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("checkbox") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("radio") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("file") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("submit") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("image") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("reset") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLInputElement interface: createInput("button") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538
  HTMLTextAreaElement interface: attribute dirName: FAIL linked bug:Bug 1647538
  HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "dirName" with the proper type: FAIL linked bug:Bug 1647538

(See attachment for full changes)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d667f8ca1ecf
[wpt PR 26522] - Update interfaces/mediacapture-streams.idl and test, a=testonly
https://hg.mozilla.org/integration/autoland/rev/0b4786ca1c46
[wpt PR 26522] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: