Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassAn earlier-inserted <script> synchronously observes a later-inserted <style> (via a div) being applied
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:27:3)
Pass
assert_array_equals(["sheet", 2], ["sheet", 2])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:29:3)
Pass
assert_not_equals(object "[object CSSStyleSheet]", null, "style sheet was created only once")
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:30:3)
PassAn earlier-inserted <script> synchronously observes a later-inserted <style> (via a DocumentFragment) being applied
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:52:3)
Pass
assert_array_equals(["sheet", 2], ["sheet", 2])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:54:3)
Pass
assert_not_equals(object "[object CSSStyleSheet]", null, "style sheet was created only once")
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:55:3)
PassEarlier-inserted <script> (via a DocumentFragment) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:75:3)
Pass
assert_array_equals(["sheet"], ["sheet"])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:77:3)
PassEarlier-inserted <script> (via a div) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:96:3)
Pass
assert_array_equals(["sheet"], ["sheet"])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:98:3)
PassEarlier-inserted <script> (via a append()) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:113:3)
Pass
assert_array_equals(["sheet"], ["sheet"])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html:115:3)