aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/html/dom/idlharness.https.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta/html/dom/idlharness.https.html.ini')
-rw-r--r--tests/wpt/meta/html/dom/idlharness.https.html.ini18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/wpt/meta/html/dom/idlharness.https.html.ini b/tests/wpt/meta/html/dom/idlharness.https.html.ini
index 180782c8a47..82cc0be8c16 100644
--- a/tests/wpt/meta/html/dom/idlharness.https.html.ini
+++ b/tests/wpt/meta/html/dom/idlharness.https.html.ini
@@ -8271,3 +8271,21 @@
[HTMLParamElement interface: document.createElement("param") must inherit property "valueType" with the proper type]
expected: FAIL
+
+ [HTMLElement interface: operation showPopover(optional ShowPopoverOptions)]
+ expected: FAIL
+
+ [HTMLElement interface: operation togglePopover(optional (TogglePopoverOptions or boolean))]
+ expected: FAIL
+
+ [HTMLElement interface: document.createElement("noscript") must inherit property "showPopover(optional ShowPopoverOptions)" with the proper type]
+ expected: FAIL
+
+ [HTMLElement interface: calling showPopover(optional ShowPopoverOptions) on document.createElement("noscript") with too few arguments must throw TypeError]
+ expected: FAIL
+
+ [HTMLElement interface: document.createElement("noscript") must inherit property "togglePopover(optional (TogglePopoverOptions or boolean))" with the proper type]
+ expected: FAIL
+
+ [HTMLElement interface: calling togglePopover(optional (TogglePopoverOptions or boolean)) on document.createElement("noscript") with too few arguments must throw TypeError]
+ expected: FAIL