Pass | With no type attribute, the style should apply | Asserts runPass | 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) |
|
Pass | With an empty type attribute, the style should apply | Asserts runPass | 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) |
|
Pass | With a mixed-case type attribute, the style should apply | Asserts runPass | 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) |
|
Pass | With a whitespace-surrounded type attribute, the style should not apply | Asserts runPass | 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) |
|
Pass | With a charset parameter in the type attribute, the style should not apply | Asserts runPass | 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) |
|