Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[selectors] Add new test for :focus-visible
This test checks that when you click an element to focus it, it doesn't show any kind of focus ring. See issue #4278. Currently Firefox passes this test, by Chromium fails it because Chromium is using `:focus` on the default UA stylesheet and is adding an outline on the element, despite it doesn't match :focus-visible (see https://crbug.com/1162070).
- Loading branch information