Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassWith no type attribute, the style should apply
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at assertApplied ( /html/semantics/document-metadata/the-style-element/style_type_html.html:65:3)
PassWith an empty type attribute, the style should apply
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at assertApplied ( /html/semantics/document-metadata/the-style-element/style_type_html.html:65:3)
PassWith a mixed-case type attribute, the style should apply
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at assertApplied ( /html/semantics/document-metadata/the-style-element/style_type_html.html:65:3)
PassWith a whitespace-surrounded type attribute, the style should not apply
Asserts run
Pass
assert_not_equals("rgb(0, 0, 0)", "rgb(0, 128, 0)")
    at assertNotApplied ( /html/semantics/document-metadata/the-style-element/style_type_html.html:69:3)
PassWith a charset parameter in the type attribute, the style should not apply
Asserts run
Pass
assert_not_equals("rgb(0, 0, 0)", "rgb(0, 128, 0)")
    at assertNotApplied ( /html/semantics/document-metadata/the-style-element/style_type_html.html:69:3)