[wpt-sync] Sync PR 59053 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=311741
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 59053 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/59053
Details from upstream follow.
Luke Warlow <luke@warlow.dev> wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=311741
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 1•1 month ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=23a8e89c698cb7e396169c236751a2ab6b53b21e
| Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 142 tests
Status Summary
Firefox
OK : 1[GitHub] 81[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
PASS: 1[GitHub] 16[Gecko-linux2204-64-wayland-debug, Gecko-linux2204-64-wayland-opt] 447[Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt] 492[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
FAIL: 8
Chrome
OK : 1
PASS: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/interactive-elements/the-dialog-element/dialog-close-via-attribute.tentative.html [wpt.fyi]
- Removing the open attribute from an open modal dialog should run the closing algorithm.:
FAIL - Removing the open attribute from an open non-modal dialog should fire a close event.:
FAIL
- Removing the open attribute from an open modal dialog should run the closing algorithm.:
- /html/semantics/interactive-elements/the-dialog-element/dialog-focusability.html [wpt.fyi]
- The dialog element itself should not be keyboard focusable.:
FAIL
- The dialog element itself should not be keyboard focusable.:
- /html/semantics/interactive-elements/the-dialog-element/dialog-form-submission.html [wpt.fyi]
- returnValue doesn't update when there's no value attribute.:
FAIL
- returnValue doesn't update when there's no value attribute.:
- /html/semantics/interactive-elements/the-dialog-element/dialog-light-dismiss-touch.html [wpt.fyi]
- Dialog light dismiss should work with touch and not trigger a click event.:
FAIL
- Dialog light dismiss should work with touch and not trigger a click event.:
- /html/semantics/interactive-elements/the-dialog-element/dialog-overlay.html [wpt.fyi]
- dialog computed overlay initially 'none':
FAIL - Opening and closing a modal dialog changes computed overlay to 'auto' and back to 'none':
FAIL
- dialog computed overlay initially 'none':
- /html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html [wpt.fyi]
- when opening multiple dialogs, the most recently opened is rendered on top:
FAIL
- when opening multiple dialogs, the most recently opened is rendered on top:
Description
•