OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
2 <html> | |
3 <head> | |
4 <script src="../../resources/js-test.js"></script> | |
5 <script> | |
6 description("Test for crbug.com/345178: This test passes if it does not crash"); | |
7 </script> | |
8 </head> | |
9 <body> | |
10 <br/> | |
11 <svg> | |
12 <set attributename="class" /> | |
13 </svg> | |
14 </body> | |
15 </html> | |
OLD | NEW |