This text is black in color till stylesheet is fetched.

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Pass Delayed Stylesheet imported using link tag should not block rendering or JS execution when media doesn't match.
Asserts run
Pass
assert_false(false, "Stylesheet should still be pending due to delay")
    at Test.<anonymous> ( /html/semantics/document-metadata/interactions-of-styling-and-scripting/link-stylesheet-with-non-match-media-does-not-block-render.tentative.html:16:3)
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)")
    at Test.<anonymous> ( /html/semantics/document-metadata/interactions-of-styling-and-scripting/link-stylesheet-with-non-match-media-does-not-block-render.tentative.html:19:3)