| Index: third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt
|
| similarity index 64%
|
| copy from third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt
|
| copy to third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt
|
| index 085df9c9f2e2f6f4096426e8a0b89ebff5fc4583..a8e06e460ff572f8f343b33b9ca6e5efe0b1ed82 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt
|
| @@ -6,17 +6,16 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "repaintRects": [
|
| - [100, 0, 100, 200],
|
| - [0, 100, 200, 100],
|
| - [0, 0, 200, 200],
|
| - [0, 0, 200, 200],
|
| + [100, 0, 100, 100],
|
| + [100, 0, 100, 100],
|
| + [100, 0, 100, 100],
|
| [0, 0, 100, 100],
|
| [0, 0, 100, 100]
|
| ],
|
| "paintInvalidationClients": [
|
| "LayoutSVGRoot svg",
|
| - "LayoutSVGPath path",
|
| - "LayoutSVGContainer g"
|
| + "LayoutSVGForeignObject foreignObject",
|
| + "LayoutBlockFlow div"
|
| ]
|
| }
|
| ]
|
|
|