Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassThe style is not applied when it is disabled
Asserts run
Pass
assert_equals("50px", "50px", "The style should be applied.")
    at Test.<anonymous> ( /html/semantics/document-metadata/the-style-element/style_disabled.html:31:9)
Pass
assert_equals("100px", "100px", "The style should not be applied.")
    at Test.<anonymous> ( /html/semantics/document-metadata/the-style-element/style_disabled.html:35:9)