| Index: third_party/WebKit/LayoutTests/svg/custom/marker-child-changes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/marker-child-changes-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/marker-child-changes-expected.txt
|
| index f27396433bb56520954bf8face729583719ab864..0c04a36a9c23ee050885a5e458f9c0e695fed016 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/marker-child-changes-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/marker-child-changes-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [122, 127, 66, 66],
|
| - [0, 0, 2, 2]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRect rect id='rect'",
|
| - "LayoutSVGPath path"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGPath path",
|
| + "rect": [122, 127, 66, 66],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "rect": [0, 0, 2, 2],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|