| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt
|
| index cc19edac7469a1311d30b1cdc2ef5dccebe22a13..3e8660861e9ffd729490500dcc43f53b82dc32d7 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt
|
| @@ -5,22 +5,57 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [30, 88, 762, 20],
|
| - [30, 88, 762, 20],
|
| - [30, 83, 767, 30],
|
| - [30, 83, 767, 30],
|
| - [8, 88, 784, 20],
|
| - [8, 83, 789, 30]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "InlineBox",
|
| - "InlineTextBox 'Lorem Ipsum'",
|
| - "LayoutBlockFlow UL",
|
| - "LayoutListItem LI",
|
| - "LayoutBlockFlow A id='link'",
|
| - "RootInlineBox"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Lorem Ipsum'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow A id='link'",
|
| + "rect": [30, 88, 762, 20],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow A id='link'",
|
| + "rect": [30, 83, 767, 30],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow UL",
|
| + "rect": [8, 88, 784, 20],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow UL",
|
| + "rect": [8, 83, 789, 30],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutListItem LI",
|
| + "rect": [30, 88, 762, 20],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutListItem LI",
|
| + "rect": [30, 83, 767, 30],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|