| Index: third_party/WebKit/LayoutTests/fast/repaint/outline-clip-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-clip-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/outline-clip-change-expected.txt
|
| index 8d868f32b7fd08d4480e58bf74122905ef0c62ac..d3fb83ce28159de82389e72987a5ea1e5cdee6f3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/outline-clip-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-clip-change-expected.txt
|
| @@ -5,18 +5,42 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [48, 102, 87, 18],
|
| - [48, 102, 87, 18],
|
| - [43, 97, 97, 28]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "InlineTextBox 'Lorem Ipsum'",
|
| - "LayoutBlockFlow (positioned) A id='link' class='updated'",
|
| - "RootInlineBox",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'Lorem Ipsum'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'Lorem Ipsum'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Lorem Ipsum'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) A id='link' class='updated'",
|
| + "rect": [48, 102, 87, 18],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) A id='link' class='updated'",
|
| + "rect": [43, 97, 97, 28],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [48, 102, 87, 18],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|