Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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>