migrate more tests to htmlRunner

This commit is contained in:
Karl Seguin
2025-09-11 12:07:17 +08:00
parent 31fe2807aa
commit ede35718ae
26 changed files with 602 additions and 631 deletions

5
src/tests/html/svg.html Normal file
View File

@@ -0,0 +1,5 @@
<script src="../testing.js"></script>
<script id=svg>
testing.expectEqual(false, 'AString' instanceof SVGElement);
</script>