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