| Index: third_party/WebKit/LayoutTests/svg/custom/marker-strokeWidth-changes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/marker-strokeWidth-changes-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/marker-strokeWidth-changes-expected.txt
|
| index fbe36a7a7d300232245072f20f73b9b12176a972..e1d6292063239340b76e476c53aa0e5d4a2530e5 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/marker-strokeWidth-changes-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/marker-strokeWidth-changes-expected.txt
|
| @@ -5,18 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [126, 131, 58, 58],
|
| - [126, 131, 58, 58],
|
| - [126, 131, 58, 58],
|
| - [122, 127, 66, 66],
|
| - [122, 127, 66, 66],
|
| - [122, 127, 66, 66]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRoot svg",
|
| - "LayoutSVGContainer g",
|
| - "LayoutSVGPath path id='path'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGContainer g",
|
| + "rect": [126, 131, 58, 58],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer g",
|
| + "rect": [122, 127, 66, 66],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath path id='path'",
|
| + "rect": [126, 131, 58, 58],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath path id='path'",
|
| + "rect": [122, 127, 66, 66],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [126, 131, 58, 58],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [122, 127, 66, 66],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|