Pass | Inserting <meta> that uses alternate stylesheets, applies the style during DOM post-insertion steps | Asserts runPass | assert_equals("block", "block", "div still has block display before meta insertion")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html:42:3) | Pass | assert_false(false, "script has not run before insertion")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html:44:3) | Pass | assert_true(true, "script has run after insertion")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html:47:3) | Pass | assert_equals("block", "block", "display: none; style was NOT applied during DOM insertion steps, before earlier-inserted script post-insertion steps run")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html:48:3) | Pass | assert_equals("none", "none", "display: none; style WAS applied during DOM post-insertion steps, before later-inserted script runs")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html:51:3) | Pass | assert_equals("none", "none", "style remains display: none; after insertion")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html:54:3) |
|