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/webvtt/api/VTTCue | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webvtt/api/VTTCue')
8 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webvtt/api/VTTCue/constructor.html.ini b/testing/web-platform/meta/webvtt/api/VTTCue/constructor.html.ini new file mode 100644 index 0000000000..d4b4c9af45 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTCue/constructor.html.ini @@ -0,0 +1,4 @@ +[constructor.html] + [VTTCue(), unbounded end time] + expected: FAIL + diff --git a/testing/web-platform/meta/webvtt/api/VTTCue/lineAlign.html.ini b/testing/web-platform/meta/webvtt/api/VTTCue/lineAlign.html.ini new file mode 100644 index 0000000000..29104accf2 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTCue/lineAlign.html.ini @@ -0,0 +1,3 @@ +[lineAlign.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/api/VTTCue/position.html.ini b/testing/web-platform/meta/webvtt/api/VTTCue/position.html.ini new file mode 100644 index 0000000000..89fb84e65b --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTCue/position.html.ini @@ -0,0 +1,3 @@ +[position.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/webvtt/api/VTTCue/positionAlign.html.ini b/testing/web-platform/meta/webvtt/api/VTTCue/positionAlign.html.ini new file mode 100644 index 0000000000..cf85b669d2 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTCue/positionAlign.html.ini @@ -0,0 +1,3 @@ +[positionAlign.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/api/VTTCue/region.html.ini b/testing/web-platform/meta/webvtt/api/VTTCue/region.html.ini new file mode 100644 index 0000000000..804993db4e --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTCue/region.html.ini @@ -0,0 +1,4 @@ +[region.html] + [VTTCue.region, script-created cue] + expected: FAIL + diff --git a/testing/web-platform/meta/webvtt/api/VTTCue/snapToLines.html.ini b/testing/web-platform/meta/webvtt/api/VTTCue/snapToLines.html.ini new file mode 100644 index 0000000000..a0eb98dd95 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTCue/snapToLines.html.ini @@ -0,0 +1,3 @@ +[snapToLines.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/api/VTTCue/text.html.ini b/testing/web-platform/meta/webvtt/api/VTTCue/text.html.ini new file mode 100644 index 0000000000..fc553e8608 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTCue/text.html.ini @@ -0,0 +1,3 @@ +[text.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/api/VTTCue/vertical.html.ini b/testing/web-platform/meta/webvtt/api/VTTCue/vertical.html.ini new file mode 100644 index 0000000000..8bf6e78aa4 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTCue/vertical.html.ini @@ -0,0 +1,3 @@ +[vertical.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |