| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/control-clip-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/control-clip-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/control-clip-expected.txt
|
| index ce67655b7003a089086996c83cb54d235f77d8a9..058c3a8cee836ba5272a7972e0187d0287a56f5c 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/control-clip-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/control-clip-expected.txt
|
| @@ -5,25 +5,67 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [81, 117, 54, 16],
|
| - [76, 117, 64, 16],
|
| - [16, 117, 184, 16],
|
| - [9, 87, 198, 16],
|
| - [9, 87, 63, 16],
|
| - [9, 87, 54, 16]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineTextBox ''",
|
| - "RootInlineBox",
|
| - "InlineTextBox ''",
|
| - "RootInlineBox",
|
| - "LayoutBlockFlow (anonymous)",
|
| - "LayoutText (anonymous)",
|
| - "InlineTextBox 'SUCCESS'",
|
| - "LayoutBlockFlow (anonymous)",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'SUCCESS'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox ''",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox ''",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'SUCCESS'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'SUCCESS'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (anonymous)",
|
| + "rect": [9, 87, 198, 16],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (anonymous)",
|
| + "rect": [16, 117, 184, 16],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [81, 117, 54, 16],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [76, 117, 64, 16],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText (anonymous)",
|
| + "rect": [9, 87, 54, 16],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText (anonymous)",
|
| + "rect": [9, 87, 63, 16],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|