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