Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/svg/custom/baseuri-href.html |
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/baseuri-href.html b/third_party/WebKit/LayoutTests/svg/custom/baseuri-href.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..731a0b02ac13c5185221e56b26fc05619b791241 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/svg/custom/baseuri-href.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<base href="/foo"/> |
| +<svg> |
| + <rect id="rect" width="100" height="100" fill="green"/> |
| + <use xlink:href="#rect" x="150"/> |
| +</svg> |
| + |