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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt

Issue 2402213002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='scroller'",
11 "bounds": [200, 100],
12 "shouldFlattenTransform": false,
9 "drawsContent": true, 13 "drawsContent": true,
10 "children": [ 14 "backgroundColor": "#808080"
15 },
16 {
17 "name": "Scrolling Layer",
18 "bounds": [185, 100],
19 "shouldFlattenTransform": false
20 },
21 {
22 "name": "Scrolling Contents Layer",
23 "bounds": [185, 210],
24 "contentsOpaque": true,
25 "drawsContent": true,
26 "paintInvalidations": [
11 { 27 {
12 "name": "LayoutBlockFlow DIV id='scroller'", 28 "object": "LayoutBlockFlow DIV id='dynamic' class='content'",
13 "bounds": [200, 100], 29 "rect": [0, 0, 185, 30],
14 "shouldFlattenTransform": false, 30 "reason": "forced by layout"
15 "drawsContent": true, 31 },
16 "backgroundColor": "#808080", 32 {
17 "children": [ 33 "object": "LayoutText #text",
18 { 34 "rect": [0, 5, 15, 15],
19 "name": "Scrolling Layer", 35 "reason": "full"
20 "bounds": [185, 100], 36 }
21 "shouldFlattenTransform": false, 37 ]
22 "children": [ 38 },
23 { 39 {
24 "name": "Scrolling Contents Layer", 40 "name": "Overflow Controls Host Layer",
25 "bounds": [185, 210], 41 "bounds": [200, 100]
26 "contentsOpaque": true, 42 },
27 "drawsContent": true, 43 {
28 "paintInvalidations": [ 44 "name": "Vertical Scrollbar Layer",
29 { 45 "position": [185, 0],
30 "object": "LayoutBlockFlow DIV id='dynamic' class='content '", 46 "bounds": [15, 100],
31 "rect": [0, 0, 185, 30], 47 "paintInvalidations": [
32 "reason": "forced by layout" 48 {
33 }, 49 "object": "Vertical Scrollbar Layer",
34 { 50 "rect": [0, 0, 15, 210],
35 "object": "LayoutText #text", 51 "reason": "full"
36 "rect": [0, 5, 15, 15], 52 },
37 "reason": "full" 53 {
38 } 54 "object": "Vertical Scrollbar Layer",
39 ] 55 "rect": [0, 0, 15, 210],
40 } 56 "reason": "full"
41 ] 57 },
42 }, 58 {
43 { 59 "object": "Vertical Scrollbar Layer",
44 "name": "Overflow Controls Host Layer", 60 "rect": [0, 0, 15, 100],
45 "bounds": [200, 100], 61 "reason": "full"
46 "children": [ 62 },
47 { 63 {
48 "name": "Vertical Scrollbar Layer", 64 "object": "Vertical Scrollbar Layer",
49 "position": [185, 0], 65 "rect": [0, 0, 15, 100],
50 "bounds": [15, 100], 66 "reason": "full"
51 "paintInvalidations": [ 67 },
52 { 68 {
53 "object": "Vertical Scrollbar Layer", 69 "object": "Vertical Scrollbar Layer",
54 "rect": [0, 0, 15, 210], 70 "rect": [0, 0, 15, 100],
55 "reason": "full" 71 "reason": "full"
56 }, 72 },
57 { 73 {
58 "object": "Vertical Scrollbar Layer", 74 "object": "Vertical Scrollbar Layer",
59 "rect": [0, 0, 15, 210], 75 "rect": [0, 0, 15, 100],
60 "reason": "full" 76 "reason": "full"
61 },
62 {
63 "object": "Vertical Scrollbar Layer",
64 "rect": [0, 0, 15, 100],
65 "reason": "full"
66 },
67 {
68 "object": "Vertical Scrollbar Layer",
69 "rect": [0, 0, 15, 100],
70 "reason": "full"
71 },
72 {
73 "object": "Vertical Scrollbar Layer",
74 "rect": [0, 0, 15, 100],
75 "reason": "full"
76 },
77 {
78 "object": "Vertical Scrollbar Layer",
79 "rect": [0, 0, 15, 100],
80 "reason": "full"
81 }
82 ]
83 }
84 ]
85 }
86 ]
87 } 77 }
88 ] 78 ]
89 } 79 }
90 ], 80 ],
91 "objectPaintInvalidations": [ 81 "objectPaintInvalidations": [
92 { 82 {
93 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", 83 "object": "LayoutBlockFlow DIV id='dynamic' class='content'",
94 "reason": "forced by layout" 84 "reason": "forced by layout"
95 }, 85 },
96 { 86 {
97 "object": "RootInlineBox", 87 "object": "RootInlineBox",
98 "reason": "forced by layout" 88 "reason": "forced by layout"
99 }, 89 },
100 { 90 {
101 "object": "LayoutText #text", 91 "object": "LayoutText #text",
102 "reason": "full" 92 "reason": "full"
103 }, 93 },
104 { 94 {
105 "object": "InlineTextBox 'z'", 95 "object": "InlineTextBox 'z'",
106 "reason": "full" 96 "reason": "full"
107 } 97 }
108 ] 98 ]
109 } 99 }
110 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698