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