This test checks that using the keyboard in a way that does not move focus still causes :focus-visible matching to trigger.
  1. If the user-agent does not claim to support the :focus-visible pseudo-class then SKIP this test.
  2. Use the mouse to focus the element below that says "Click me first."
  3. If the element has a red outline, then the test result is FAILURE.
  4. Press the SHIFT key.
  5. If the element now has a red background, then the test result is FAILURE.
  6. Use the mouse to click the element below that says "Click me second."
  7. If the element has a green background, the test result is SUCCESS.
Click me first.
Click me second.