| Index: third_party/WebKit/LayoutTests/svg/custom/js-late-marker-creation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-creation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-creation-expected.txt
|
| index 23c8f8f6337d3b81dac714891560becebc2104ae..6fbb3b6d6b4afb6ff576698429bdb548e2afacaa 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-creation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-creation-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [203, 211, 111, 111],
|
| - [0, 0, 4, 4]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGResourceMarker marker id='markerMiddle'",
|
| - "LayoutSVGEllipse circle",
|
| - "LayoutSVGPath path"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGEllipse circle",
|
| + "rect": [0, 0, 4, 4],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath path",
|
| + "rect": [203, 211, 111, 111],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceMarker marker id='markerMiddle'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "layoutObject insertion"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|