Chromium Code Reviews| Index: LayoutTests/svg/dom/resources/import-other-svg.svg |
| diff --git a/LayoutTests/svg/dom/resources/import-other-svg.svg b/LayoutTests/svg/dom/resources/import-other-svg.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..21bc20208728ae976790e72ecd0755758c33c48d |
| --- /dev/null |
| +++ b/LayoutTests/svg/dom/resources/import-other-svg.svg |
| @@ -0,0 +1,7 @@ |
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
| + <foreignObject id="insertionPoint" width="500" height="500"> |
| + </foreignObject> |
| + <script> |
| + document.getElementById("insertionPoint").appendChild(window.top.otherSVG); |
| + </script> |
| +</svg> |