[wpt-sync] Sync PR 50279 - Add UA rules for interactivity
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50279 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50279
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Add UA rules for interactivity
dialog:modal and [inert] should set 'interactivity' to 'auto' and
'inert' respectively according to the spec.Bug: 370065759
Change-Id: Id270eeb7f6672cdb43e6c69f2367a2aa5a68b79e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6197981
Reviewed-by: Robert Flack \<flackr@chromium.org>
Commit-Queue: Rune Lillesveen \<futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1411062}
Assignee | ||
Updated•29 days ago
|
Assignee | ||
Comment 1•29 days ago
|
||
Assignee | ||
Comment 2•29 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 5 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 9
Chrome
OK
: 2
PASS
: 4
FAIL
: 5
Safari
OK
: 2
FAIL
: 9
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-ui/interactivity-inert-html-attribute-ua.html [wpt.fyi]
- [inert] { interactivity: inert }:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - [inert] { interactivity: inert } inherited:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Author interactivity:auto overrides inherited UA [inert] { interactivity: inert }:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Author interactivity:auto overrides UA [inert] { interactivity: inert }:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- [inert] { interactivity: inert }:
- /css/css-ui/interactivity-inert-modal-dialog-ua.html [wpt.fyi]
- UA dialog:modal interactivity rule:
FAIL
(Chrome:PASS
, Safari:FAIL
) - UA dialog:modal inert rule wins over [inert] rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - UA dialog:modal rule overriding inherited [inert] 'interactivity:inert' rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - UA [inert] rule overriding inherited dialog:modal 'interactivity:auto' rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Author 'interactivity:inert' overrides UA dialog:modal 'interactivity:auto' rule:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- UA dialog:modal interactivity rule:
Comment 4•25 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9208c3aff1f0
https://hg.mozilla.org/mozilla-central/rev/7b8510e06381
Description
•