| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/focus-continuations-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/focus-continuations-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/focus-continuations-expected.txt
|
| index 027038ba96f51215dff26724e5e356309f0f3244..d9b058b0356217254a9e949210115a28fcd46430 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/focus-continuations-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/focus-continuations-expected.txt
|
| @@ -5,18 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 88, 83, 20],
|
| - [7, 87, 85, 22],
|
| - [7, 87, 85, 22],
|
| - [7, 87, 85, 22]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='container'",
|
| - "LayoutBlockFlow (anonymous)",
|
| - "LayoutInline SPAN id='outer'",
|
| - "LayoutBlockFlow (anonymous)",
|
| - "LayoutInline SPAN id='outer'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (anonymous)",
|
| + "rect": [7, 87, 85, 22],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (anonymous)",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='container'",
|
| + "rect": [7, 87, 85, 22],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='container'",
|
| + "rect": [8, 88, 83, 20],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutInline SPAN id='outer'",
|
| + "rect": [7, 87, 85, 22],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutInline SPAN id='outer'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|