Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/focus-continuations-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [8, 88, 84, 20], 9 {
10 [3, 83, 94, 30], 10 "object": "LayoutBlockFlow (anonymous)",
11 [3, 83, 94, 30], 11 "rect": [3, 83, 94, 30],
12 [3, 83, 94, 30] 12 "reason": "forced by layout"
13 ], 13 },
14 "paintInvalidationClients": [ 14 {
15 "LayoutBlockFlow (positioned) DIV id='container'", 15 "object": "LayoutBlockFlow (anonymous)",
16 "LayoutBlockFlow (anonymous)", 16 "rect": [0, 0, 0, 0],
17 "LayoutInline SPAN id='outer'", 17 "reason": "forced by layout"
18 "LayoutBlockFlow (anonymous)", 18 },
19 "LayoutInline SPAN id='outer'" 19 {
20 "object": "LayoutBlockFlow (positioned) DIV id='container'",
21 "rect": [3, 83, 94, 30],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='container'",
26 "rect": [8, 88, 84, 20],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutInline SPAN id='outer'",
31 "rect": [3, 83, 94, 30],
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutInline SPAN id='outer'",
36 "rect": [0, 0, 0, 0],
37 "reason": "style change"
38 }
20 ] 39 ]
21 } 40 }
22 ] 41 ]
23 } 42 }
24 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698