| Index: third_party/WebKit/LayoutTests/svg/repaint/svgsvgelement-repaint-children-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/svgsvgelement-repaint-children-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/svgsvgelement-repaint-children-expected.txt
|
| index 0bc1a51b68eb79f1938b9aaa75e1a4dcce8582c9..805ffe0e5717377128ef309a07a97a71e6064251 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/svgsvgelement-repaint-children-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/svgsvgelement-repaint-children-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGPath path id='path'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGPath path id='path'",
|
| + "rect": [8, 8, 100, 100],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|