repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
custom
/
bad-attributeName-crash.html
blob
c309ec835289980dc6d268a2bb19a680a57d0e4f
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<script
src
=
"../../resources/js-test.js"
></script>
5
<script>
6
description
(
"Tests that we do not crash on a bad attribute name."
);
7
</script>
8
<svg>
9
<set
attributeName
=
"`:"
></set>
10
</svg>
11
</body>
12
</html>