mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 22:43:48 +00:00
6 lines
128 B
HTML
6 lines
128 B
HTML
<script src="../testing.js"></script>
|
|
|
|
<script id=svg>
|
|
testing.expectEqual(false, 'AString' instanceof SVGElement);
|
|
</script>
|