Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassA script with no children bails early, before setting already-started, so can be executed when adding text
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/emptyish-script-elements.html:27:3)
PassA script with a whitespace child executes, setting already-started, so adding text is a no-op
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/emptyish-script-elements.html:33:3)
PassA script with an empty element inserted bails early, before setting already-started, so can be executed when adding text
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/emptyish-script-elements.html:40:3)
PassA script with an empty text node inserted bails early, before setting already-started, so can be executed when adding text
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/emptyish-script-elements.html:47:3)
PassA script with a text child inserted executes, setting already-started, so adding text is a no-op
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/emptyish-script-elements.html:54:3)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/emptyish-script-elements.html:55:3)
PassA script with a comment child inserted bails early, before setting already-started, so can be executed when adding text
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/emptyish-script-elements.html:62:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/emptyish-script-elements.html:63:3)
PassA script with an element containing text inserted bails early, before setting already-started, so can be executed when adding text
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/emptyish-script-elements.html:72:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/emptyish-script-elements.html:73:3)