Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
LayoutTests
/
svg
/
custom
/
bad-attributeName-crash.html
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
=
"`:"
></set>
</svg>
</body>
</html>