| Index: third_party/WebKit/LayoutTests/svg/dom/SVGRectElement/rect-modify-rx-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGRectElement/rect-modify-rx-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGRectElement/rect-modify-rx-expected.txt
|
| index d2c42949347d2d673970eeb5fcc174268c0a5d57..ba06188f2125d0137fe10c96d5b4aea2b7ef6d41 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/dom/SVGRectElement/rect-modify-rx-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/dom/SVGRectElement/rect-modify-rx-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRect rect id='r'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect id='r'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|