blob: 498cca48becb028cddd01198fe605c6748a6640a [file] [log] [blame]
This tests that -webkit-direct-focus is not recognized in author stylesheets
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS defaultFocus.matches(":focus") is true
PASS defaultFocus.matches(":-webkit-direct-focus") threw exception SyntaxError: The string did not match the expected pattern..
PASS inputInShadowRoot.matches(":focus") is true
PASS inputInShadowRoot.matches(":-webkit-direct-focus") threw exception SyntaxError: The string did not match the expected pattern..
PASS successfullyParsed is true
TEST COMPLETE