Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-nested-disallowed-target.svg
blob6ed27514187a125349c15802c7c7b3a619776f5f
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runTest()">
2 <script type="text/javascript">
3 <![CDATA[
4 function runTest() {
5 if (window.testRunner)
6 testRunner.dumpAsText();
8 ]]>
9 </script>
10 <def>
11 <foreignObject id="badness"/>
12 </def>
13 <text y="30" id="myText" fill="green">PASS</text>
14 <use id="use1" xlink:href="#badness"/>
15 <use x="50" id="use2" xlink:href="#use1"></use>
16 <use y="50" id="use3" xlink:href="#use2"></use>
17 <use x="-50" id="use4" xlink:href="#use3"></use>
18 </svg>