| Index: third_party/WebKit/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt
|
| index d4d1bd9ee3701ac654031275de7f5113c034c846..999c66a3014e425459817424d1c0645273da4942 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [29, 29, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV class='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='target'",
|
| + "rect": [29, 29, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|