| Index: third_party/WebKit/LayoutTests/platform/win/svg/repaint/focus-element-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/repaint/focus-element-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/repaint/focus-element-expected.txt
|
| index e6c8c31aaaaf5dd116576e3c50465200f517bc76..acefe46bb5baa27b3b34ac2574a0f7602985867f 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/svg/repaint/focus-element-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/svg/repaint/focus-element-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [58, 58, 50, 50],
|
| - [57, 57, 52, 52]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRect rect id='rect'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "rect": [58, 58, 50, 50],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "rect": [57, 57, 52, 52],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|