| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/control-clip-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/control-clip-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/control-clip-expected.txt
|
| index 25c8ec122c0a8c80f24a80089ace0c83fd7e8d58..6f3c71b3bfb4f3b12de0a58ec97011db8c6af882 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/control-clip-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/control-clip-expected.txt
|
| @@ -5,25 +5,67 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [85, 114, 46, 13],
|
| - [82, 114, 52, 13],
|
| - [16, 114, 184, 13],
|
| - [9, 84, 198, 14],
|
| - [9, 84, 52, 14],
|
| - [9, 84, 45, 14]
|
| - ],
|
| - "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, 84, 198, 14],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (anonymous)",
|
| + "rect": [16, 114, 184, 13],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [85, 114, 46, 13],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [82, 114, 52, 13],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText (anonymous)",
|
| + "rect": [9, 84, 45, 14],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText (anonymous)",
|
| + "rect": [9, 84, 52, 14],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|