| Index: third_party/WebKit/LayoutTests/fast/repaint/float-new-in-block-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/float-new-in-block-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/float-new-in-block-expected.txt
|
| index 94bc8dd6ed24b11ca0f6830c49b8de140809df50..46ce4f7c6d9314429870c1c5f1210d1f3a6bc883 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/float-new-in-block-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/float-new-in-block-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (floating) DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (floating) DIV id='target'",
|
| + "rect": [8, 8, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|