Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassSVG scripts with end tag should run
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/syntax/parsing/unclosed-svg-script.html:31:9)
PassSVG scripts without end tag should not run
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/syntax/parsing/unclosed-svg-script.html:34:9)
PassSVG scripts with bogus end tag inside should run
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/syntax/parsing/unclosed-svg-script.html:37:9)
PassSVG scripts ended by HTML breakout should not run
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/syntax/parsing/unclosed-svg-script.html:40:9)
PassSVG scripts with self-closing start tag should run
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/syntax/parsing/unclosed-svg-script.html:43:9)