OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
2 <html xmlns="http://www.w3.org/1999/xhtml"> | |
3 <body> | |
4 <template xmlns="http://test/foo"></template> | |
5 <script> | |
6 document.querySelector('template').innerHTML = "<p>Lorem Ipsum</p>"; | |
7 </script> | |
8 <p>This test passes if it does not CRASH.</p> | |
9 </body> | |
10 </html> | |
OLD | NEW |