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