Bug 1838487 - Adjust test_interfaces.html to reflect the new exposure of Web Codecs interfaces. r=emilio

Depends on D180974

Differential Revision: https://phabricator.services.mozilla.com/D181090
This commit is contained in:
Paul Adenot 2023-06-15 20:44:09 +00:00
parent 980233b38f
commit 56506d073e
2 changed files with 4 additions and 186 deletions

View File

@ -1389,6 +1389,10 @@ let interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "ValidityState", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "VideoColorSpace", insecureContext: true, nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "VideoFrame", insecureContext: true , nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "VideoPlaybackQuality", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "VisualViewport", insecureContext: true },

View File

@ -293,102 +293,9 @@
[AudioData interface: operation close()]
expected: FAIL
[VideoFrame interface: existence and properties of interface object]
expected: FAIL
[VideoFrame interface object length]
expected: FAIL
[VideoFrame interface object name]
expected: FAIL
[VideoFrame interface: existence and properties of interface prototype object]
expected: FAIL
[VideoFrame interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[VideoFrame interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[VideoFrame interface: attribute format]
expected: FAIL
[VideoFrame interface: attribute codedWidth]
expected: FAIL
[VideoFrame interface: attribute codedHeight]
expected: FAIL
[VideoFrame interface: attribute codedRect]
expected: FAIL
[VideoFrame interface: attribute visibleRect]
expected: FAIL
[VideoFrame interface: attribute displayWidth]
expected: FAIL
[VideoFrame interface: attribute displayHeight]
expected: FAIL
[VideoFrame interface: attribute duration]
expected: FAIL
[VideoFrame interface: attribute timestamp]
expected: FAIL
[VideoFrame interface: attribute colorSpace]
expected: FAIL
[VideoFrame interface: operation metadata()]
expected: FAIL
[VideoFrame interface: operation allocationSize(optional VideoFrameCopyToOptions)]
expected: FAIL
[VideoFrame interface: operation copyTo(BufferSource, optional VideoFrameCopyToOptions)]
expected: FAIL
[VideoFrame interface: operation clone()]
expected: FAIL
[VideoFrame interface: operation close()]
expected: FAIL
[VideoColorSpace interface: existence and properties of interface object]
expected: FAIL
[VideoColorSpace interface object length]
expected: FAIL
[VideoColorSpace interface object name]
expected: FAIL
[VideoColorSpace interface: existence and properties of interface prototype object]
expected: FAIL
[VideoColorSpace interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[VideoColorSpace interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[VideoColorSpace interface: attribute primaries]
expected: FAIL
[VideoColorSpace interface: attribute transfer]
expected: FAIL
[VideoColorSpace interface: attribute matrix]
expected: FAIL
[VideoColorSpace interface: attribute fullRange]
expected: FAIL
[VideoColorSpace interface: operation toJSON()]
expected: FAIL
[ImageDecoder interface: existence and properties of interface object]
expected: FAIL
@ -793,102 +700,9 @@
[AudioData interface: operation close()]
expected: FAIL
[VideoFrame interface: existence and properties of interface object]
expected: FAIL
[VideoFrame interface object length]
expected: FAIL
[VideoFrame interface object name]
expected: FAIL
[VideoFrame interface: existence and properties of interface prototype object]
expected: FAIL
[VideoFrame interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[VideoFrame interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[VideoFrame interface: attribute format]
expected: FAIL
[VideoFrame interface: attribute codedWidth]
expected: FAIL
[VideoFrame interface: attribute codedHeight]
expected: FAIL
[VideoFrame interface: attribute codedRect]
expected: FAIL
[VideoFrame interface: attribute visibleRect]
expected: FAIL
[VideoFrame interface: attribute displayWidth]
expected: FAIL
[VideoFrame interface: attribute displayHeight]
expected: FAIL
[VideoFrame interface: attribute duration]
expected: FAIL
[VideoFrame interface: attribute timestamp]
expected: FAIL
[VideoFrame interface: attribute colorSpace]
expected: FAIL
[VideoFrame interface: operation metadata()]
expected: FAIL
[VideoFrame interface: operation allocationSize(optional VideoFrameCopyToOptions)]
expected: FAIL
[VideoFrame interface: operation copyTo(BufferSource, optional VideoFrameCopyToOptions)]
expected: FAIL
[VideoFrame interface: operation clone()]
expected: FAIL
[VideoFrame interface: operation close()]
expected: FAIL
[VideoColorSpace interface: existence and properties of interface object]
expected: FAIL
[VideoColorSpace interface object length]
expected: FAIL
[VideoColorSpace interface object name]
expected: FAIL
[VideoColorSpace interface: existence and properties of interface prototype object]
expected: FAIL
[VideoColorSpace interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[VideoColorSpace interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[VideoColorSpace interface: attribute primaries]
expected: FAIL
[VideoColorSpace interface: attribute transfer]
expected: FAIL
[VideoColorSpace interface: attribute matrix]
expected: FAIL
[VideoColorSpace interface: attribute fullRange]
expected: FAIL
[VideoColorSpace interface: operation toJSON()]
expected: FAIL
[ImageDecoder interface: existence and properties of interface object]
expected: FAIL