Pass | Inline injected style without text content should be allowed | Asserts runNo asserts ran |
Pass | Inline style sheet should be created with null child node | Asserts runPass | assert_not_equals(object "[object CSSStyleSheet]", undefined, "style_null_child should have a stylesheet")
at Test.<anonymous> ( /content-security-policy/style-src/style-src-injected-inline-style-allowed-with-content-hash.html:16:9) | Pass | assert_class_string(object "[object CSSStyleSheet]", "CSSStyleSheet")
at Test.<anonymous> ( /content-security-policy/style-src/style-src-injected-inline-style-allowed-with-content-hash.html:17:9) |
|
Pass | Inline style should be created with empty-string child node | Asserts runPass | assert_not_equals(object "[object CSSStyleSheet]", undefined, "style_empty_child should have a stylesheet")
at Test.<anonymous> ( /content-security-policy/style-src/style-src-injected-inline-style-allowed-with-content-hash.html:24:9) | Pass | assert_class_string(object "[object CSSStyleSheet]", "CSSStyleSheet")
at Test.<anonymous> ( /content-security-policy/style-src/style-src-injected-inline-style-allowed-with-content-hash.html:25:9) |
|
Pass | Inline style should be applied | Asserts runPass | assert_equals("2px", "2px")
at Test.<anonymous> ( /content-security-policy/style-src/style-src-injected-inline-style-allowed-with-content-hash.html:41:9) |
|