[wpt-sync] Sync PR 31960 - Fix links to focus fixup rule
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31960 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31960
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
Fix links to focus fixup rule
There used to be multiple focus fixup rules, but they were collapsed
into a single one in https://github.com/whatwg/html/pull/3566
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 7 subtests
Status Summary
Firefox
OK : 3
PASS: 1
FAIL: 10
Chrome
OK : 3
PASS: 11
Safari
OK : 3
PASS: 1
FAIL: 10
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/selectors/focus-display-none-001.html
Test ':focus' after 'display:none' on input: FAIL (Chrome: PASS, Safari: FAIL)
Test ':focus' after 'display:none' on input's parent: FAIL (Chrome: PASS, Safari: FAIL)
/css/selectors/focus-within-display-none-001.html
Test ':focus-within' after 'display:none' on input: FAIL (Chrome: PASS, Safari: FAIL)
Test ':focus-within' after 'display:none' on input's parent: FAIL (Chrome: PASS, Safari: FAIL)
/html/interaction/focus/processing-model/focus-fixup-rule-one-no-dialogs.html
Disabling the active element (making it expressly inert): FAIL (Chrome: PASS, Safari: FAIL)
Hiding the active element: FAIL (Chrome: PASS, Safari: FAIL)
Disabling <fieldset> affects its descendants: FAIL (Chrome: PASS, Safari: FAIL)
Changing the first legend element in disabled <fieldset>: FAIL (Chrome: PASS, Safari: FAIL)
Removing the tabindex attribute from a div: FAIL (Chrome: PASS, Safari: FAIL)
Disabling contenteditable: FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•4 years ago
|
||
| bugherder | ||
Description
•