| Index: third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt
|
| index f659019991b0f051a600aa1a4d8cd9b84c765d4d..bb7d2752b69a67d14fde76b8df8b4d1e5fe585d9 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 204, 100, 100],
|
| - [8, 104, 784, 100],
|
| - [8, 104, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='t'",
|
| - "LayoutBlockFlow DIV id='s'",
|
| - "LayoutBlockFlow (floating) DIV"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (floating) DIV",
|
| + "rect": [8, 104, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (floating) DIV",
|
| + "rect": [8, 204, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='s'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='t'",
|
| + "rect": [8, 104, 784, 100],
|
| + "reason": "became visible"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|