| Index: third_party/WebKit/LayoutTests/svg/custom/use-nested-missing-target-added.svg
|
| ===================================================================
|
| --- third_party/WebKit/LayoutTests/svg/custom/use-nested-missing-target-added.svg (revision 0)
|
| +++ third_party/WebKit/LayoutTests/svg/custom/use-nested-missing-target-added.svg (revision 40425)
|
| @@ -0,0 +1,16 @@
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runTest()">
|
| + <script type="text/javascript">
|
| + <![CDATA[
|
| + function runTest() {
|
| + if (window.layoutTestController)
|
| + layoutTestController.dumpAsText();
|
| + document.getElementById("myText1").id = "myText";
|
| + }
|
| + ]]>
|
| + </script>
|
| + <def>
|
| + <text id="myText1" fill="green" x="0" y="0">PASS</text>
|
| + </def>
|
| + <use y="30" id="use1" xlink:href="#myText"/>
|
| + <use y="30" xlink:href="#use1"/>
|
| +</svg>
|
|
|