diff options
Diffstat (limited to 'testing/web-platform/meta/webvtt/api/VTTRegion')
8 files changed, 28 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webvtt/api/VTTRegion/lines.html.ini b/testing/web-platform/meta/webvtt/api/VTTRegion/lines.html.ini new file mode 100644 index 0000000000..97f2df3dcb --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTRegion/lines.html.ini @@ -0,0 +1,4 @@ +[lines.html] + [VTTRegion.lines script-created region] + expected: FAIL + diff --git a/testing/web-platform/meta/webvtt/api/VTTRegion/non-visible-cue-with-region.html.ini b/testing/web-platform/meta/webvtt/api/VTTRegion/non-visible-cue-with-region.html.ini new file mode 100644 index 0000000000..577d434712 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTRegion/non-visible-cue-with-region.html.ini @@ -0,0 +1,6 @@ +[non-visible-cue-with-region.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Box-less VTTCue attached to VTTRegion] + expected: + if (os == "android") and fission: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/api/VTTRegion/regionAnchorX.html.ini b/testing/web-platform/meta/webvtt/api/VTTRegion/regionAnchorX.html.ini new file mode 100644 index 0000000000..a81c0f6840 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTRegion/regionAnchorX.html.ini @@ -0,0 +1,3 @@ +[regionAnchorX.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/api/VTTRegion/regionAnchorY.html.ini b/testing/web-platform/meta/webvtt/api/VTTRegion/regionAnchorY.html.ini new file mode 100644 index 0000000000..8acace4e91 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTRegion/regionAnchorY.html.ini @@ -0,0 +1,3 @@ +[regionAnchorY.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/api/VTTRegion/scroll.html.ini b/testing/web-platform/meta/webvtt/api/VTTRegion/scroll.html.ini new file mode 100644 index 0000000000..02a398b56a --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTRegion/scroll.html.ini @@ -0,0 +1,3 @@ +[scroll.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/api/VTTRegion/viewportAnchorX.html.ini b/testing/web-platform/meta/webvtt/api/VTTRegion/viewportAnchorX.html.ini new file mode 100644 index 0000000000..205a9e26b1 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTRegion/viewportAnchorX.html.ini @@ -0,0 +1,3 @@ +[viewportAnchorX.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/api/VTTRegion/viewportAnchorY.html.ini b/testing/web-platform/meta/webvtt/api/VTTRegion/viewportAnchorY.html.ini new file mode 100644 index 0000000000..5446418f9a --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTRegion/viewportAnchorY.html.ini @@ -0,0 +1,3 @@ +[viewportAnchorY.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvtt/api/VTTRegion/width.html.ini b/testing/web-platform/meta/webvtt/api/VTTRegion/width.html.ini new file mode 100644 index 0000000000..dcd93007d4 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTRegion/width.html.ini @@ -0,0 +1,3 @@ +[width.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |