diff --git a/css/selectors/focus-visible-017.html b/css/selectors/focus-visible-017.html new file mode 100644 index 00000000000000..21b7528f4e060a --- /dev/null +++ b/css/selectors/focus-visible-017.html @@ -0,0 +1,44 @@ + + +
This test checks that by default, if using JavaScript to focus an element triggers :focus-visible
matching, then the element should show a focus ring with outline-style: auto
.
outline-style: auto
, then the test result is SUCCESS.Your user-agent does not support :focus-visible
pseudo-class, please SKIP this test.
This test checks that by default, using the mouse to focus a generic element does not show a focus ring (because it does not trigger :focus-visible
matching).
Your user-agent does not support :focus-visible
pseudo-class, please SKIP this test.