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