[wpt-sync] Sync PR 49681 - Make closeWatcher.requestClose() not require user activation
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49681 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49681
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Make closeWatcher.requestClose() not require user activation
Per the conversation here:
https://github.com/openui/open-ui/issues/1128#issuecomment-2539519339
There's a desire to ship closeWatcher.requestClose() along with
dialog.requestclose() both not requiring user activation.The spec PR has been updated accordingly:
https://github.com/whatwg/html/pull/10737(in this commit:
https://github.com/whatwg/html/pull/10737/commits/76619aa99f37cef85be93ff98fadd03284347008)Fixed: 383593252
Change-Id: I8c05e352d8b4964407a1cee36f35372e192e2ca5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6092173
Auto-Submit: Mason Freed \<masonf@chromium.org>
Reviewed-by: David Baron \<dbaron@chromium.org>
Reviewed-by: Mason Freed \<masonf@chromium.org>
Commit-Queue: Mason Freed \<masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1396007}
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 6 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 13
Chrome
OK
: 2
PASS
: 8
FAIL
: 5
Safari
OK
: 2
FAIL
: 13
Links
Details
New Tests That Don't Pass
- /close-watcher/basic.html [wpt.fyi]
- requestClose() with no user activation:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - destroy() then requestClose():
FAIL
(Chrome:PASS
, Safari:FAIL
) - close() then requestClose():
FAIL
(Chrome:PASS
, Safari:FAIL
) - requestClose() then destroy():
FAIL
(Chrome:FAIL
, Safari:FAIL
) - close() then destroy():
FAIL
(Chrome:PASS
, Safari:FAIL
) - destroy() then close request:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Close request then destroy():
FAIL
(Chrome:PASS
, Safari:FAIL
)
- requestClose() with no user activation:
- /close-watcher/inside-event-listeners.html [wpt.fyi]
- destroy() inside oncancel:
FAIL
(Chrome:PASS
, Safari:FAIL
) - destroy() inside onclose:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - close() inside oncancel:
FAIL
(Chrome:PASS
, Safari:FAIL
) - close() inside onclose:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - requestClose() inside oncancel:
FAIL
(Chrome:PASS
, Safari:FAIL
) - requestClose() inside onclose:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- destroy() inside oncancel:
Comment 4•2 months ago
|
||
bugherder |
Description
•