Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-mutation-crash.xhtml
blobda1672991f1085f6b118edf70722bf36708cb9ad
1 <html>
2 <body>
3 <pre id="console">PASS.</pre>
4 <svg id="tCFSVG" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
6 <g id="target"> </g>
7 <use xlink:href="#target"></use>
9 <script><![CDATA[
10 if (window.testRunner)
11 testRunner.dumpAsText();
13 target = document.getElementById("target");
14 target.textContent = "Hello";
15 ]]></script>
17 </svg>
18 </body>
19 </html>