Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / innerHTML / innerHTML-template-crash.xhtml
blob2f0d5a6a28ab11d259da5072d645d823034e20b0
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>