blob: c309ec835289980dc6d268a2bb19a680a57d0e4f [file] [log] [blame]
<!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>