Index: third_party/WebKit/LayoutTests/svg/custom/anchor-on-use-expected.svg |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/anchor-on-use-expected.svg b/third_party/WebKit/LayoutTests/svg/custom/anchor-on-use-expected.svg |
index e8c285dae14463952aceebca383634db03314244..f7f7e3fc07fe5c41bd9d9c40c2190ca1f1582bc0 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/anchor-on-use-expected.svg |
+++ b/third_party/WebKit/LayoutTests/svg/custom/anchor-on-use-expected.svg |
@@ -1,4 +1,5 @@ |
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
- <image x="0" y="0" width="503" height="410" xlink:href="resources/green-checker.png"/> |
+ <rect x="0" y="0" width="800" height="600" fill="black" /> |
esprehn
2016/10/08 03:09:19
why does this test change?
gone
2016/10/10 22:01:01
The SVG showed the green checker image hugging the
|
+ <image x="149" y="95" width="503" height="410" xlink:href="resources/green-checker.png"/> |
</svg> |