Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLTemplateElement / xhtml-with-titleElement-parsing-crash.xhtml
blob08b0585ce81f47c6d7b40e78f6e45f2b9dfa8a7e
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 </head>
8 <body>
9 <p>[bug 112328] <a href="https://bugs.webkit.org/show_bug.cgi?id=112328">https://bugs.webkit.org/show_bug.cgi?id=112328</a> This test ensures WebKit does not crash when parsing XHTML which has a title element as a descendant node of a template element. If there is no crash, the test passes.</p>
10 <template>
11 <object>
12 <title>replaceWholeText sample</title>
13 </object>
14 </template>
15 <div>PASS</div>
16 </body>
17 </html>