This test checks that programmatically focusing an element after a click does not cause :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. Click the button below that says "Click me."
  3. If the element that says "I will be focused programmatically." has a red outline, then the test result is FAILURE. If the element has a green background, then the test result is SUCCESS.

I will be focused programmatically.