diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/mediacapture-fromelement | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
7 files changed, 86 insertions, 0 deletions
diff --git a/testing/web-platform/meta/mediacapture-fromelement/HTMLCanvasElement-getImageData-noframe.html.ini b/testing/web-platform/meta/mediacapture-fromelement/HTMLCanvasElement-getImageData-noframe.html.ini new file mode 100644 index 0000000000..84ed6c6824 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-fromelement/HTMLCanvasElement-getImageData-noframe.html.ini @@ -0,0 +1,3 @@ +[HTMLCanvasElement-getImageData-noframe.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/mediacapture-fromelement/capture.html.ini b/testing/web-platform/meta/mediacapture-fromelement/capture.html.ini new file mode 100644 index 0000000000..fd0b646f75 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-fromelement/capture.html.ini @@ -0,0 +1,11 @@ +[capture.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [capture] + expected: FAIL + + [capture 1] + expected: FAIL + + [capture 2] + expected: FAIL diff --git a/testing/web-platform/meta/mediacapture-fromelement/creation.html.ini b/testing/web-platform/meta/mediacapture-fromelement/creation.html.ini new file mode 100644 index 0000000000..96bcfbfbd4 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-fromelement/creation.html.ini @@ -0,0 +1,12 @@ +[creation.html] + expected: + if (os == "linux") and not debug: [OK, CRASH] + if (os == "android") and fission: [TIMEOUT, OK] + [creation] + expected: FAIL + + [creation 1] + expected: FAIL + + [creation 2] + expected: FAIL diff --git a/testing/web-platform/meta/mediacapture-fromelement/cross-origin.html.ini b/testing/web-platform/meta/mediacapture-fromelement/cross-origin.html.ini new file mode 100644 index 0000000000..7f94610d84 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-fromelement/cross-origin.html.ini @@ -0,0 +1,5 @@ +[cross-origin.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Capturing stream from cross-origin video] + expected: FAIL diff --git a/testing/web-platform/meta/mediacapture-fromelement/ended.html.ini b/testing/web-platform/meta/mediacapture-fromelement/ended.html.ini new file mode 100644 index 0000000000..be2ff439ee --- /dev/null +++ b/testing/web-platform/meta/mediacapture-fromelement/ended.html.ini @@ -0,0 +1,11 @@ +[ended.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [ended] + expected: FAIL + + [ended 1] + expected: FAIL + + [ended 2] + expected: FAIL diff --git a/testing/web-platform/meta/mediacapture-fromelement/historical.html.ini b/testing/web-platform/meta/mediacapture-fromelement/historical.html.ini new file mode 100644 index 0000000000..ecfd4d87c0 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-fromelement/historical.html.ini @@ -0,0 +1,3 @@ +[historical.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mediacapture-fromelement/idlharness.window.js.ini b/testing/web-platform/meta/mediacapture-fromelement/idlharness.window.js.ini new file mode 100644 index 0000000000..5f686e39b3 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-fromelement/idlharness.window.js.ini @@ -0,0 +1,41 @@ +[idlharness.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [CanvasCaptureMediaStreamTrack interface: track must inherit property "requestFrame()" with the proper type] + expected: FAIL + + [CanvasCaptureMediaStreamTrack interface: track must inherit property "canvas" with the proper type] + expected: FAIL + + [CanvasCaptureMediaStreamTrack interface: operation requestFrame()] + expected: FAIL + + [HTMLMediaElement interface: operation captureStream()] + expected: FAIL + + [CanvasCaptureMediaStreamTrack interface: existence and properties of interface object] + expected: FAIL + + [CanvasCaptureMediaStreamTrack must be primary interface of track] + expected: FAIL + + [CanvasCaptureMediaStreamTrack interface: existence and properties of interface prototype object] + expected: FAIL + + [CanvasCaptureMediaStreamTrack interface: attribute canvas] + expected: FAIL + + [Stringification of track] + expected: FAIL + + [CanvasCaptureMediaStreamTrack interface object name] + expected: FAIL + + [CanvasCaptureMediaStreamTrack interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [CanvasCaptureMediaStreamTrack interface object length] + expected: FAIL + + [CanvasCaptureMediaStreamTrack interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL |