LibWeb: Load external scripts in SVG

This commit is contained in:
Pavel Shliak
2024-12-04 01:59:59 +04:00
committed by Andrew Kaster
parent dd283768a8
commit d5cdda0b40
Notes: github-actions[bot] 2024-12-11 23:30:41 +00:00
2 changed files with 78 additions and 13 deletions

View File

@@ -2,10 +2,10 @@ Harness status: OK
Found 5 tests
3 Pass
2 Fail
4 Pass
1 Fail
Pass SVG scripts with end tag should run
Fail SVG scripts without end tag should not run
Pass SVG scripts with bogus end tag inside should run
Pass SVG scripts ended by HTML breakout should not run
Fail SVG scripts with self-closing start tag should run
Pass SVG scripts with self-closing start tag should run