summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/picture-in-picture/idlharness.window.js.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/web-platform/meta/picture-in-picture/idlharness.window.js.ini119
1 files changed, 119 insertions, 0 deletions
diff --git a/testing/web-platform/meta/picture-in-picture/idlharness.window.js.ini b/testing/web-platform/meta/picture-in-picture/idlharness.window.js.ini
new file mode 100644
index 0000000000..eb123cbc40
--- /dev/null
+++ b/testing/web-platform/meta/picture-in-picture/idlharness.window.js.ini
@@ -0,0 +1,119 @@
+[idlharness.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [PictureInPictureWindow interface: existence and properties of interface object]
+ expected: FAIL
+
+ [PictureInPictureWindow interface object length]
+ expected: FAIL
+
+ [PictureInPictureWindow interface object name]
+ expected: FAIL
+
+ [PictureInPictureWindow interface: existence and properties of interface prototype object]
+ expected: FAIL
+
+ [PictureInPictureWindow interface: existence and properties of interface prototype object's "constructor" property]
+ expected: FAIL
+
+ [PictureInPictureWindow interface: existence and properties of interface prototype object's @@unscopables property]
+ expected: FAIL
+
+ [PictureInPictureWindow interface: attribute width]
+ expected: FAIL
+
+ [PictureInPictureWindow interface: attribute height]
+ expected: FAIL
+
+ [PictureInPictureWindow interface: attribute onresize]
+ expected: FAIL
+
+ [Document interface: attribute pictureInPictureEnabled]
+ expected: FAIL
+
+ [Document interface: operation exitPictureInPicture()]
+ expected: FAIL
+
+ [Document interface: attribute pictureInPictureElement]
+ expected: FAIL
+
+ [Document interface: document must inherit property "pictureInPictureEnabled" with the proper type]
+ expected: FAIL
+
+ [Document interface: document must inherit property "exitPictureInPicture()" with the proper type]
+ expected: FAIL
+
+ [Document interface: document must inherit property "pictureInPictureElement" with the proper type]
+ expected: FAIL
+
+ [HTMLVideoElement interface: attribute onenterpictureinpicture]
+ expected: FAIL
+
+ [HTMLVideoElement interface: attribute onleavepictureinpicture]
+ expected: FAIL
+
+ [PictureInPictureWindow must be primary interface of pipw]
+ expected: FAIL
+
+ [Stringification of pipw]
+ expected: FAIL
+
+ [PictureInPictureWindow interface: pipw must inherit property "width" with the proper type]
+ expected: FAIL
+
+ [PictureInPictureWindow interface: pipw must inherit property "height" with the proper type]
+ expected: FAIL
+
+ [PictureInPictureWindow interface: pipw must inherit property "onresize" with the proper type]
+ expected: FAIL
+
+ [HTMLVideoElement interface: video must inherit property "onenterpictureinpicture" with the proper type]
+ expected: FAIL
+
+ [HTMLVideoElement interface: video must inherit property "onleavepictureinpicture" with the proper type]
+ expected: FAIL
+
+ [DocumentOrShadowRoot interface: document must inherit property "pictureInPictureElement" with the proper type]
+ expected: FAIL
+
+ [ShadowRoot interface: attribute pictureInPictureElement]
+ expected: FAIL
+
+ [idl_test setup]
+ expected: FAIL
+
+ [HTMLVideoElement interface: operation requestPictureInPicture()]
+ expected: FAIL
+
+ [HTMLVideoElement interface: video must inherit property "requestPictureInPicture()" with the proper type]
+ expected: FAIL
+
+ [PictureInPictureEvent interface object length]
+ expected: FAIL
+
+ [PictureInPictureEvent interface: existence and properties of interface prototype object's @@unscopables property]
+ expected: FAIL
+
+ [PictureInPictureEvent interface: existence and properties of interface prototype object]
+ expected: FAIL
+
+ [PictureInPictureEvent interface: existence and properties of interface object]
+ expected: FAIL
+
+ [PictureInPictureEvent interface: attribute pictureInPictureWindow]
+ expected: FAIL
+
+ [PictureInPictureEvent interface: existence and properties of interface prototype object's "constructor" property]
+ expected: FAIL
+
+ [PictureInPictureEvent interface object name]
+ expected: FAIL
+
+ [Stringification of new PictureInPictureEvent("type", { pictureInPictureWindow: pipw })]
+ expected: FAIL
+
+ [PictureInPictureEvent must be primary interface of new PictureInPictureEvent("type", { pictureInPictureWindow: pipw })]
+ expected: FAIL
+
+ [PictureInPictureEvent interface: new PictureInPictureEvent("type", { pictureInPictureWindow: pipw }) must inherit property "pictureInPictureWindow" with the proper type]
+ expected: FAIL