diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:14:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:14:29 +0000 |
commit | fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch) | |
tree | 4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /testing/web-platform/meta/html/semantics/interactive-elements | |
parent | Releasing progress-linux version 124.0.1-1~progress7.99u1. (diff) | |
download | firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/semantics/interactive-elements')
2 files changed, 127 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/__dir__.ini b/testing/web-platform/meta/html/semantics/interactive-elements/__dir__.ini new file mode 100644 index 0000000000..7b7f61763e --- /dev/null +++ b/testing/web-platform/meta/html/semantics/interactive-elements/__dir__.ini @@ -0,0 +1,2 @@ +lsan-allowed: [AllocateProtoAndIfaceCache, EntrySlotOrCreate, NS_NewComputedDOMStyle, ProtoAndIfaceCache, mozilla::detail::HashTable] +leak-threshold: [tab:716800] 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] |