[wpt-sync] Sync PR 27700 - [selectors] Improve focus-visible-011.html
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27700 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27700
Details from upstream follow.
b'Manuel Rego Casasnovas <rego@igalia.com>' wrote:
[selectors] Improve focus-visible-011.html
Some improvements on this test:
- Call preventDefault() for keydown, keyup and keypress events
(so if an implementation relies in one of them it'll fail).- Use a DIV instead of a BUTTON, so it can be run on Mac platforms too
(buttons don't get focused on Mac in WebKit and Firefox).
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
PASS: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/selectors/focus-visible-011.html
:focus-visible matches even if preventDefault() is called: FAIL (Chrome: PASS, Safari: FAIL)
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/523206140437
https://hg.mozilla.org/mozilla-central/rev/6eda453ff8f0
Description
•