| Index: third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt
|
| index 8d34a137db01d4377a6d9802dc29c73c72e30b54..fe199898f1ccb076ad87e4a44a90660f8ffa42fb 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt
|
| @@ -18,12 +18,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"
|
| }
|
| ]
|
|
|