summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini')
-rw-r--r--testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini125
1 files changed, 125 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini
new file mode 100644
index 0000000000..66b4719946
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini
@@ -0,0 +1,125 @@
+[interactive-content.html]
+ expected:
+ if os == "mac": TIMEOUT
+ if (os == "linux") and not debug: [TIMEOUT, OK]
+
+ [Clicking an SVG <a> link doesn't open <details>]
+ expected: FAIL
+
+ [Clicking an <input type=date> doesn't open <details>]
+ expected:
+ if (os == "android") and debug: [FAIL, PASS]
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=number> doesn't open <details>]
+ expected:
+ if (os == "android") and debug: [FAIL, PASS]
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=color> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+ if os == "android": FAIL
+
+ [Clicking an <input type=file> doesn't open <details>]
+ expected:
+ if os == "mac": NOTRUN
+ FAIL
+
+ [Clicking a <label> doesn't open <details>]
+ expected:
+ if os == "mac": NOTRUN
+
+ [Clicking in a <textarea> doesn't open <details>]
+ expected:
+ if os == "mac": NOTRUN
+
+ [Clicking a <video> doesn't open <details>]
+ expected:
+ if os == "mac": NOTRUN
+ if (os == "linux") and not debug: TIMEOUT
+
+ [Clicking an <input type=radio> doesn't open <details>]
+ expected:
+ if os == "mac": [TIMEOUT, NOTRUN]
+
+ [Clicking an <input type=image> doesn't open <details>]
+ expected:
+ if os == "mac": NOTRUN
+
+ [Clicking an <input type=datetime-local> doesn't open <details>]
+ expected:
+ if (os == "android") and not debug: [PASS, FAIL]
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking in an <iframe> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN, TIMEOUT]
+
+ [Clicking an <input type=password> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=url> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=button> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=reset> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=time> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=month> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=search> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <img> without a 'usemap' attribute opens <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=text> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking the content of an <embed> doesn't open <details>]
+ expected:
+ if os == "mac": [TIMEOUT, PASS]
+
+ [Clicking an <input type=submit> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=week> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=tel> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=email> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <img> with a 'usemap' attribute doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=checkbox> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]
+
+ [Clicking an <input type=range> doesn't open <details>]
+ expected:
+ if os == "mac": [PASS, NOTRUN]