Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/svg/custom/baseuri-href-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/baseuri-href-expected.html b/third_party/WebKit/LayoutTests/svg/custom/baseuri-href-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d37cb57b783022788612f452d4347f4ee1a0c37a |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/svg/custom/baseuri-href-expected.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
| + <svg> |
| + <rect id="rect" width="100" height="100" fill="green" /> |
|
rwlbuis
2015/11/16 18:30:50
Ditto.
|
| + </svg> |
| + </body> |
| +</html> |