haikuwebkit/LayoutTests/svg/custom/bad-attributeName-crash.html

14 lines
304 B
HTML

<!DOCTYPE html>
<html>
<body>
<script src="../../resources/js-test.js"></script>
<script>
description("Tests that we do not crash on a bad attribute name.");
</script>
<svg>
<set attributeName="`&#58"></set>
</svg>
</body>
</html>