[wpt-sync] Sync PR 50312 - Add interactivity UA style for :fullscreen
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 50312 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50312
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Add interactivity UA style for :fullscreen
This is required for the same reason dialog:modal resets interactivity
according to spec in the top layer. So strictly not covered by the
spec yet.Bug: 370065759
Change-Id: I98e4c54f3fab7ed432bef6331701f5d8305d3646Reviewed-on: https://chromium-review.googlesource.com/6198205
WPT-Export-Revision: 478d72661ac8da82b6b9c8b75945f17144d3ffc5
Assignee | ||
Comment 1•17 days ago
|
||
Assignee | ||
Updated•17 days ago
|
Assignee | ||
Comment 2•17 days ago
|
||
Assignee | ||
Comment 3•17 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
: 10
Chrome
OK
: 2
PASS
: 4
FAIL
: 6
Safari
OK
: 2
FAIL
: 10
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-ui/interactivity-inert-fullscreen-ua.html [wpt.fyi]
- UA :fullscreen interactivity rule:
FAIL
(Chrome:PASS
, Safari:FAIL
) - UA :fullscreen inert rule wins over [inert] rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - UA :fullscreen rule overriding inherited [inert] 'interactivity:inert' rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - UA [inert] rule overriding inherited :fullscreen 'interactivity:auto' rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Author 'interactivity:inert' overrides UA :fullscreen 'interactivity:auto' rule:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- UA :fullscreen interactivity rule:
- /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:
https://hg.mozilla.org/mozilla-central/rev/2fa9c427a371
https://hg.mozilla.org/mozilla-central/rev/94f4c87d6c10
Description
•