Chromium Code Reviews| Index: LayoutTests/svg/custom/image-reinsert-expected.html |
| diff --git a/LayoutTests/svg/custom/image-reinsert-expected.html b/LayoutTests/svg/custom/image-reinsert-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e017e9d876e5e2857aa72f979a6463f90049cdc1 |
| --- /dev/null |
| +++ b/LayoutTests/svg/custom/image-reinsert-expected.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <svg id="svg" width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
| + <rect width="100" height="100" fill="green"/> |
| + </svg> |
| +</body> |
| +</html> |