diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /testing/web-platform/meta/html/semantics/interactive-elements | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/semantics/interactive-elements')
-rw-r--r-- | testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini | 93 |
1 files changed, 61 insertions, 32 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 index 66b4719946..1301bf9dc6 100644 --- 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 @@ -1,125 +1,154 @@ +prefs: [apz.zoom-to-focused-input.enabled:false] [interactive-content.html] expected: - if os == "mac": TIMEOUT + if (os == "mac") and not debug: TIMEOUT if (os == "linux") and not debug: [TIMEOUT, OK] - + if (os == "android") and not debug: [OK, CRASH] [Clicking an SVG <a> link doesn't open <details>] expected: FAIL [Clicking an <input type=date> doesn't open <details>] expected: + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN if (os == "android") and debug: [FAIL, PASS] - if os == "mac": [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, FAIL] [Clicking an <input type=number> doesn't open <details>] expected: + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN if (os == "android") and debug: [FAIL, PASS] - if os == "mac": [PASS, NOTRUN] + if (os == "android") and not debug: [PASS, FAIL] [Clicking an <input type=color> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] - if os == "android": FAIL + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=file> doesn't open <details>] expected: - if os == "mac": NOTRUN + if (os == "mac") and not debug: [NOTRUN, FAIL] + if (os == "linux") and not debug: NOTRUN FAIL [Clicking a <label> doesn't open <details>] expected: - if os == "mac": NOTRUN + if (os == "mac") and not debug: [NOTRUN, PASS, TIMEOUT] + if (os == "linux") and not debug: NOTRUN [Clicking in a <textarea> doesn't open <details>] expected: - if os == "mac": NOTRUN + if (os == "mac") and not debug: [NOTRUN, TIMEOUT] + if (os == "linux") and not debug: NOTRUN [Clicking a <video> doesn't open <details>] expected: - if os == "mac": NOTRUN - if (os == "linux") and not debug: TIMEOUT + if (os == "mac") and not debug: NOTRUN + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=radio> doesn't open <details>] expected: - if os == "mac": [TIMEOUT, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS, TIMEOUT] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=image> doesn't open <details>] expected: - if os == "mac": NOTRUN + if (os == "mac") and not debug: [NOTRUN, PASS, TIMEOUT] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=datetime-local> doesn't open <details>] expected: + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN 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] + if (os == "mac") and not debug: [NOTRUN, PASS, TIMEOUT] + if (os == "linux") and not debug: [TIMEOUT, NOTRUN] [Clicking an <input type=password> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=url> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=button> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=reset> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=time> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=month> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=search> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <img> without a 'usemap' attribute opens <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=text> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking the content of an <embed> doesn't open <details>] expected: - if os == "mac": [TIMEOUT, PASS] + if (os == "mac") and not debug: TIMEOUT + if (os == "linux") and not debug: [PASS, TIMEOUT] [Clicking an <input type=submit> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=week> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=tel> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=email> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <img> with a 'usemap' attribute doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=checkbox> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN [Clicking an <input type=range> doesn't open <details>] expected: - if os == "mac": [PASS, NOTRUN] + if (os == "mac") and not debug: [NOTRUN, PASS] + if (os == "linux") and not debug: NOTRUN |