Target

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Pass":focus-visible" should be a valid selector
Asserts run
Pass
assert_true(true, "\":focus-visible\" should not throw in querySelector")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:68:9)
Pass
assert_equals(0, 0, "Sheet should have no rule")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:76:9)
Pass
assert_equals(1, 1, "Sheet should have 1 rule")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:78:9)
Pass
assert_equals(":focus-visible", ":focus-visible", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:84:13)
Pass
assert_equals(0, 0, "Sheet should have no rule")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:87:9)
Pass
assert_equals(1, 1, "Sheet should have 1 rule")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:89:9)
Pass
assert_equals(":focus-visible", ":focus-visible", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:91:9)
Pass
assert_equals(true, true, "CSS.supports() reports the expected value")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:94:9)
Pass:focus-visible stop matching after blur
Asserts run
Pass
assert_equals("solid", "solid", "outline-style for DIV#target should be solid")
    at Test.<anonymous> ( /css/selectors/focus-visible-023.html:22:7)
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "outlineColor for DIV#target should be green")
    at Test.<anonymous> ( /css/selectors/focus-visible-023.html:23:7)
Pass
assert_equals("none", "none", "outline-style for DIV#target should be none")
    at Test.<anonymous> ( /css/selectors/focus-visible-023.html:27:7)