| Index: third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt
|
| index b874b60a8b1808ba57d5d2408619bd8f066dc7c3..53561e9371f9803306a10189b65e8766bf488e3a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt
|
| @@ -5,17 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 108, 100, 100],
|
| - [8, 108, 100, 36]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineTextBox 'This div should'",
|
| - "InlineTextBox 'disappear.'",
|
| - "LayoutText #text",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "LayoutBlockFlow (positioned) DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'This div should'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'disappear.'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "rect": [8, 108, 100, 100],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [8, 108, 100, 36],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|