OLD | NEW |
---|---|
(Empty) | |
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> | |
OLD | NEW |