| Index: third_party/WebKit/LayoutTests/svg/custom/clip-path-href-changes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/clip-path-href-changes-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/clip-path-href-changes-expected.txt
|
| index 0107db1cf8b1da386dfb2769544cedcdd33e7f5e..33327f35d6eef2c282864c31303f1259f42d3887 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/clip-path-href-changes-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/clip-path-href-changes-expected.txt
|
| @@ -13,12 +13,12 @@
|
| },
|
| {
|
| "object": "LayoutSVGRoot svg",
|
| - "rect": [100, 0, 100, 200],
|
| + "rect": [0, 100, 200, 100],
|
| "reason": "incremental"
|
| },
|
| {
|
| "object": "LayoutSVGRoot svg",
|
| - "rect": [0, 100, 200, 100],
|
| + "rect": [100, 0, 100, 200],
|
| "reason": "incremental"
|
| }
|
| ]
|
|
|