LibWeb/SVG: Process script element when its text content changes

This commit is contained in:
Tim Ledbetter
2025-02-26 12:37:38 +00:00
committed by Jelle Raaijmakers
parent db7aa68340
commit a187d5f28f
Notes: github-actions[bot] 2025-02-26 15:09:59 +00:00
6 changed files with 42 additions and 3 deletions

View File

@@ -2,10 +2,10 @@ Harness status: OK
Found 5 tests
4 Pass
1 Fail
3 Pass
2 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 ended by HTML breakout should not run
Pass SVG scripts with self-closing start tag should run