| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/multi-layout-one-frame-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/multi-layout-one-frame-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/multi-layout-one-frame-expected.txt
|
| index 346aab1d81f7241a4b1a72cc5ff5dab53f021825..fdb06174940e479886017629b4e853d9e8e6c5eb 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/multi-layout-one-frame-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/multi-layout-one-frame-expected.txt
|
| @@ -5,25 +5,67 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [168, 11, 150, 16],
|
| - [168, 11, 53, 16],
|
| - [168, 11, 45, 16],
|
| - [10, 11, 150, 16],
|
| - [10, 11, 53, 16],
|
| - [10, 11, 45, 16]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineTextBox ''",
|
| - "RootInlineBox",
|
| - "InlineTextBox ''",
|
| - "RootInlineBox",
|
| - "LayoutBlockFlow DIV id='inner-editor'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'PASSED'",
|
| - "LayoutBlockFlow DIV id='inner-editor'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'PASSED'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox ''",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox ''",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'PASSED'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'PASSED'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "rect": [10, 11, 150, 16],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "rect": [168, 11, 150, 16],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [10, 11, 45, 16],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [10, 11, 53, 16],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [168, 11, 45, 16],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [168, 11, 53, 16],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|