summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html.ini')
-rw-r--r--testing/web-platform/meta/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html.ini108
1 files changed, 101 insertions, 7 deletions
diff --git a/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html.ini b/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html.ini
index de96fc5f32..463016d51a 100644
--- a/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html.ini
+++ b/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html.ini
@@ -1,5 +1,7 @@
[invoketarget-on-popover-behavior.tentative.html]
prefs: [dom.element.popover.enabled: true]
+ expected:
+ if (os == "mac") and not debug: TIMEOUT
[invoking (as auto) closed popover opens]
expected: FAIL
@@ -7,25 +9,117 @@
expected: FAIL
[invoking (as togglepopover - case insensitive) closed popover opens]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [FAIL, TIMEOUT]
+ FAIL
[invoking (as showpopover) closed popover opens]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+ FAIL
[invoking (as showpopover - case insensitive) closed popover opens]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+ FAIL
[invoking (as showpopover) open popover is noop]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+ FAIL
[invoking (as hidepopover) open popover closes]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+ FAIL
[invoking (as hidepopover - case insensitive) open popover closes]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+ FAIL
[invoking (as auto) from within open popover closes]
expected: FAIL
[invoking (as togglepopover) from within open popover closes]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [TIMEOUT, NOTRUN, FAIL]
+ FAIL
+
+ [invoking (as foo) on open popover does nothing]
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+ FAIL
+
+ [invoking (as togglemodal) on open popover does nothing]
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+ FAIL
+
+ [invoking (as showpicker) on open popover does nothing]
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+ FAIL
+
+ [invoking (as toggle) on open popover does nothing]
+ expected:
+ if (os == "mac") and not debug: [NOTRUN, FAIL, TIMEOUT]
+ FAIL
+
+ [invoking (as open) on open popover does nothing]
+ expected:
+ if (os == "mac") and not debug: [NOTRUN, FAIL]
+ FAIL
+
+ [invoking (as close) on open popover does nothing]
+ expected:
+ if (os == "mac") and not debug: [NOTRUN, TIMEOUT]
+ FAIL
+
+ [invoking (as close) on popover does nothing]
+ expected:
+ if (os == "mac") and not debug: [NOTRUN, PASS]
+
+ [invoking (as open) on popover does nothing]
+ expected:
+ if (os == "mac") and not debug: [NOTRUN, PASS]
+
+ [invoking (as foo) on popover does nothing]
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+
+ [invoking (as togglepopover) open popover with preventDefault does not close]
+ expected:
+ if (os == "mac") and not debug: [NOTRUN, TIMEOUT]
+
+ [invoking (as showpopover) closed popover with preventDefault does not open]
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+
+ [invoking (as togglepopover) closed popover with preventDefault does not open]
+ expected:
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [invoking (as hidepopover) closed popover is noop]
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+
+ [invoking (as toggle) on popover does nothing]
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+
+ [invoking (as togglepopover) open popover closes]
+ expected:
+ if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [invoking (as togglemodal) on popover does nothing]
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+
+ [invoking (as hidepopover) open popover with preventDefault does not close]
+ expected:
+ if (os == "mac") and not debug: NOTRUN
+
+ [invoking (as showpicker) on popover does nothing]
+ expected:
+ if (os == "mac") and not debug: NOTRUN