[wpt-sync] Sync PR 50332 - Skip interactivity:inert for window.find()
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50332 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50332
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Skip interactivity:inert for window.find()
Inert elements may have non-inert descendants when made inert by the
interactivity property. Stop trying doing anything smart for modal and
fullscreen elements.TEST=external/wpt/inert/inert-with-fullscreen-element.html
TEST=external/wpt/inert/inert-with-modal-dialog-003.htmlBug: 370065759
Change-Id: I48396644a9cf58ca6fc949ee66f9c1e7d34131fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6198191
Auto-Submit: Rune Lillesveen \<futhark@chromium.org>
Commit-Queue: Steinar H Gunderson \<sesse@chromium.org>
Reviewed-by: Steinar H Gunderson \<sesse@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1412177}
Assignee | ||
Updated•16 days ago
|
Assignee | ||
Comment 1•16 days ago
|
||
Assignee | ||
Comment 2•15 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK
: 1
PASS
: 2
FAIL
: 1
Chrome
OK
: 1
PASS
: 2
FAIL
: 1
Safari
OK
: 1
PASS
: 2
FAIL
: 1
Links
Details
New Tests That Don't Pass
- /css/css-ui/interactivity-inert-find.html [wpt.fyi]
- Fail to find inert text:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Fail to find inert text:
https://hg.mozilla.org/mozilla-central/rev/eb63ab065964
https://hg.mozilla.org/mozilla-central/rev/d07ff3e932a4
Description
•