| Index: third_party/WebKit/LayoutTests/svg/custom/js-late-marker-and-object-creation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-and-object-creation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-and-object-creation-expected.txt
|
| index bc6663820413a615d3a44634f891e9518d7f2cd3..176dd5ff961330bb6157fbc38a0773ee2fef7544 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-and-object-creation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-and-object-creation-expected.txt
|
| @@ -5,20 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [203, 211, 111, 111],
|
| - [203, 211, 111, 111],
|
| - [203, 211, 111, 111],
|
| - [203, 211, 111, 111],
|
| - [0, 0, 4, 4]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRoot svg id='svg-root'",
|
| - "LayoutSVGContainer g id='content'",
|
| - "LayoutSVGPath path",
|
| - "LayoutSVGResourceMarker marker id='markerMiddle'",
|
| - "LayoutSVGEllipse circle",
|
| - "LayoutSVGPath path"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGContainer g id='content'",
|
| + "rect": [203, 211, 111, 111],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGEllipse circle",
|
| + "rect": [0, 0, 4, 4],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath path",
|
| + "rect": [203, 211, 111, 111],
|
| + "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"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg id='svg-root'",
|
| + "rect": [203, 211, 111, 111],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|