Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / bad-attributeName-crash.html
blobc309ec835289980dc6d268a2bb19a680a57d0e4f
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="`&#58"></set>
10 </svg>
11 </body>
12 </html>