blob: 2f0433319a102669f6709b5893299c48c16bb092 [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>