| Index: third_party/WebKit/LayoutTests/svg/repaint/remove-border-property-on-root-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/remove-border-property-on-root-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/remove-border-property-on-root-expected.txt
|
| index dee8f287837880928d9836705a0695f604361554..47e4ebfec7bbf5f5b944e2e4acf2d29f201b9461 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/remove-border-property-on-root-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/remove-border-property-on-root-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 120, 120]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRoot (positioned) svg"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRoot (positioned) svg",
|
| + "rect": [8, 8, 120, 120],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|