From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../webvtt/parsing/file-parsing/tests/comment-in-cue-text.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/header-regions.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/header-space.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/header-tab.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/header-timings.html.ini | 3 +++ .../web-platform/meta/webvtt/parsing/file-parsing/tests/ids.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/newlines.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/nulls.html.ini | 3 +++ .../webvtt/parsing/file-parsing/tests/regions-edge-case.html.ini | 5 +++++ .../meta/webvtt/parsing/file-parsing/tests/regions-id.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/regions-lines.html.ini | 5 +++++ .../meta/webvtt/parsing/file-parsing/tests/regions-old.html.ini | 3 +++ .../webvtt/parsing/file-parsing/tests/regions-regionanchor.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/regions-scroll.html.ini | 3 +++ .../parsing/file-parsing/tests/regions-viewportanchor.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/settings-align.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/settings-line.html.ini | 5 +++++ .../webvtt/parsing/file-parsing/tests/settings-multiple.html.ini | 3 +++ .../webvtt/parsing/file-parsing/tests/settings-position.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/settings-region.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/settings-size.html.ini | 3 +++ .../webvtt/parsing/file-parsing/tests/settings-vertical.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/signature-bom.html.ini | 3 +++ .../webvtt/parsing/file-parsing/tests/signature-no-newline.html.ini | 3 +++ .../parsing/file-parsing/tests/signature-space-no-newline.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/signature-space.html.ini | 3 +++ .../parsing/file-parsing/tests/signature-tab-no-newline.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/signature-tab.html.ini | 3 +++ .../webvtt/parsing/file-parsing/tests/signature-timings.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/stylesheets.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/timings-60.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/timings-eof.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/timings-garbage.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/timings-negative.html.ini | 3 +++ .../webvtt/parsing/file-parsing/tests/timings-omitted-hours.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/timings-too-long.html.ini | 3 +++ .../webvtt/parsing/file-parsing/tests/timings-too-short.html.ini | 3 +++ .../meta/webvtt/parsing/file-parsing/tests/whitespace-chars.html.ini | 3 +++ 38 files changed, 120 insertions(+) create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/comment-in-cue-text.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-regions.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-space.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-tab.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-timings.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/ids.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/newlines.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/nulls.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-edge-case.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-id.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-lines.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-old.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-regionanchor.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-scroll.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-viewportanchor.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-align.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-line.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-multiple.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-position.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-region.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-size.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-vertical.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-bom.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-no-newline.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-space-no-newline.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-space.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-tab-no-newline.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-tab.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-timings.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/stylesheets.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-60.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-eof.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-garbage.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-negative.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-omitted-hours.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-too-long.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-too-short.html.ini create mode 100644 testing/web-platform/meta/webvtt/parsing/file-parsing/tests/whitespace-chars.html.ini (limited to 'testing/web-platform/meta/webvtt/parsing/file-parsing/tests') diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/comment-in-cue-text.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/comment-in-cue-text.html.ini new file mode 100644 index 0000000000..47ab459c66 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/comment-in-cue-text.html.ini @@ -0,0 +1,3 @@ +[comment-in-cue-text.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-regions.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-regions.html.ini new file mode 100644 index 0000000000..2153c3ec40 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-regions.html.ini @@ -0,0 +1,3 @@ +[header-regions.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-space.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-space.html.ini new file mode 100644 index 0000000000..e91e7b9d9d --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-space.html.ini @@ -0,0 +1,3 @@ +[header-space.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-tab.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-tab.html.ini new file mode 100644 index 0000000000..49279039d0 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-tab.html.ini @@ -0,0 +1,3 @@ +[header-tab.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-timings.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-timings.html.ini new file mode 100644 index 0000000000..08be28d165 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/header-timings.html.ini @@ -0,0 +1,3 @@ +[header-timings.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/ids.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/ids.html.ini new file mode 100644 index 0000000000..6a64250a03 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/ids.html.ini @@ -0,0 +1,3 @@ +[ids.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/newlines.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/newlines.html.ini new file mode 100644 index 0000000000..34c7cbbacb --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/newlines.html.ini @@ -0,0 +1,3 @@ +[newlines.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/nulls.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/nulls.html.ini new file mode 100644 index 0000000000..a1d3d9c222 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/nulls.html.ini @@ -0,0 +1,3 @@ +[nulls.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-edge-case.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-edge-case.html.ini new file mode 100644 index 0000000000..f0301e5fbe --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-edge-case.html.ini @@ -0,0 +1,5 @@ +[regions-edge-case.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [regions, lines] + expected: FAIL diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-id.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-id.html.ini new file mode 100644 index 0000000000..9d3decd830 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-id.html.ini @@ -0,0 +1,3 @@ +[regions-id.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-lines.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-lines.html.ini new file mode 100644 index 0000000000..7015a521cb --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-lines.html.ini @@ -0,0 +1,5 @@ +[regions-lines.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [regions, lines] + expected: FAIL diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-old.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-old.html.ini new file mode 100644 index 0000000000..6f42b36e39 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-old.html.ini @@ -0,0 +1,3 @@ +[regions-old.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-regionanchor.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-regionanchor.html.ini new file mode 100644 index 0000000000..88bf612b24 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-regionanchor.html.ini @@ -0,0 +1,3 @@ +[regions-regionanchor.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-scroll.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-scroll.html.ini new file mode 100644 index 0000000000..929ef2b303 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-scroll.html.ini @@ -0,0 +1,3 @@ +[regions-scroll.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-viewportanchor.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-viewportanchor.html.ini new file mode 100644 index 0000000000..e1e2357108 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/regions-viewportanchor.html.ini @@ -0,0 +1,3 @@ +[regions-viewportanchor.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-align.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-align.html.ini new file mode 100644 index 0000000000..ec99ba5523 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-align.html.ini @@ -0,0 +1,3 @@ +[settings-align.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-line.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-line.html.ini new file mode 100644 index 0000000000..a8db06a928 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-line.html.ini @@ -0,0 +1,5 @@ +[settings-line.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [settings, line] + expected: FAIL diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-multiple.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-multiple.html.ini new file mode 100644 index 0000000000..6550bf34f9 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-multiple.html.ini @@ -0,0 +1,3 @@ +[settings-multiple.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-position.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-position.html.ini new file mode 100644 index 0000000000..cdc6648b42 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-position.html.ini @@ -0,0 +1,3 @@ +[settings-position.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-region.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-region.html.ini new file mode 100644 index 0000000000..39c601f3ac --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-region.html.ini @@ -0,0 +1,3 @@ +[settings-region.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-size.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-size.html.ini new file mode 100644 index 0000000000..c05be7e35c --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-size.html.ini @@ -0,0 +1,3 @@ +[settings-size.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-vertical.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-vertical.html.ini new file mode 100644 index 0000000000..fd1bc3c9eb --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/settings-vertical.html.ini @@ -0,0 +1,3 @@ +[settings-vertical.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-bom.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-bom.html.ini new file mode 100644 index 0000000000..ce564f098e --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-bom.html.ini @@ -0,0 +1,3 @@ +[signature-bom.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-no-newline.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-no-newline.html.ini new file mode 100644 index 0000000000..b4b3102a4f --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-no-newline.html.ini @@ -0,0 +1,3 @@ +[signature-no-newline.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-space-no-newline.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-space-no-newline.html.ini new file mode 100644 index 0000000000..4a644e476e --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-space-no-newline.html.ini @@ -0,0 +1,3 @@ +[signature-space-no-newline.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-space.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-space.html.ini new file mode 100644 index 0000000000..7a85557926 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-space.html.ini @@ -0,0 +1,3 @@ +[signature-space.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-tab-no-newline.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-tab-no-newline.html.ini new file mode 100644 index 0000000000..d59a1d6901 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-tab-no-newline.html.ini @@ -0,0 +1,3 @@ +[signature-tab-no-newline.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-tab.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-tab.html.ini new file mode 100644 index 0000000000..357dc34d99 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-tab.html.ini @@ -0,0 +1,3 @@ +[signature-tab.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-timings.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-timings.html.ini new file mode 100644 index 0000000000..1169155cfb --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/signature-timings.html.ini @@ -0,0 +1,3 @@ +[signature-timings.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/stylesheets.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/stylesheets.html.ini new file mode 100644 index 0000000000..8a42f5fe1d --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/stylesheets.html.ini @@ -0,0 +1,3 @@ +[stylesheets.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-60.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-60.html.ini new file mode 100644 index 0000000000..5caefff643 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-60.html.ini @@ -0,0 +1,3 @@ +[timings-60.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-eof.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-eof.html.ini new file mode 100644 index 0000000000..4d4c408d0b --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-eof.html.ini @@ -0,0 +1,3 @@ +[timings-eof.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-garbage.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-garbage.html.ini new file mode 100644 index 0000000000..bca58c4251 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-garbage.html.ini @@ -0,0 +1,3 @@ +[timings-garbage.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-negative.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-negative.html.ini new file mode 100644 index 0000000000..8d094908a9 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-negative.html.ini @@ -0,0 +1,3 @@ +[timings-negative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-omitted-hours.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-omitted-hours.html.ini new file mode 100644 index 0000000000..04daa313be --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-omitted-hours.html.ini @@ -0,0 +1,3 @@ +[timings-omitted-hours.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-too-long.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-too-long.html.ini new file mode 100644 index 0000000000..a8687fc56c --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-too-long.html.ini @@ -0,0 +1,3 @@ +[timings-too-long.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-too-short.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-too-short.html.ini new file mode 100644 index 0000000000..34c559477c --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/timings-too-short.html.ini @@ -0,0 +1,3 @@ +[timings-too-short.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/whitespace-chars.html.ini b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/whitespace-chars.html.ini new file mode 100644 index 0000000000..c44ba4c266 --- /dev/null +++ b/testing/web-platform/meta/webvtt/parsing/file-parsing/tests/whitespace-chars.html.ini @@ -0,0 +1,3 @@ +[whitespace-chars.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3