| Index: third_party/WebKit/LayoutTests/svg/custom/clip-path-id-changes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/clip-path-id-changes-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/clip-path-id-changes-expected.txt
|
| index deecff1712215f646f37ae5a2519c00d9f1e7492..9e50511c64165d40e577e19aa6683171d544aa4f 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/clip-path-id-changes-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/clip-path-id-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"
|
| }
|
| ]
|
|
|