| Index: third_party/WebKit/LayoutTests/fast/repaint/hover-pseudo-borders-whitespace-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/hover-pseudo-borders-whitespace-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/hover-pseudo-borders-whitespace-expected.txt
|
| index 7e8ff4d2256ec64ccca2c278e12a1dcc33f7f80e..e94993c649a32993c84d1c04687b2450dbc844d5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/hover-pseudo-borders-whitespace-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/hover-pseudo-borders-whitespace-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 138, 120, 120],
|
| - [8, 8, 120, 120]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='div_border'",
|
| - "LayoutBlockFlow DIV id='div_outline'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div_border'",
|
| + "rect": [8, 8, 120, 120],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div_outline'",
|
| + "rect": [8, 138, 120, 120],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|