| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/focus-enable-continuations-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/focus-enable-continuations-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/focus-enable-continuations-expected.txt
|
| index d82d06c06cea20894151b07653815fa5f00f8621..af9e4706846c8e79f681b51d6bf331bca8780e48 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/focus-enable-continuations-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/focus-enable-continuations-expected.txt
|
| @@ -5,19 +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'",
|
| - "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": [8, 88, 84, 20],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='container'",
|
| + "rect": [3, 83, 94, 30],
|
| + "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"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|