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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/flexbox/repaint-expected.txt

Issue 2706063003: Reduce the requirement for saving previousLocation (Closed)
Patch Set: - Created 3 years, 10 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV id='content'", 10 "object": "LayoutBlockFlow DIV id='content'",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "rect": [400, 116, 391, 162], 71 "rect": [400, 116, 391, 162],
72 "reason": "forced by layout" 72 "reason": "forced by layout"
73 }, 73 },
74 { 74 {
75 "object": "LayoutBlockFlow DIV id='left'", 75 "object": "LayoutBlockFlow DIV id='left'",
76 "rect": [148, 116, 252, 162], 76 "rect": [148, 116, 252, 162],
77 "reason": "incremental" 77 "reason": "incremental"
78 }, 78 },
79 { 79 {
80 "object": "LayoutBlockFlow DIV id='left'", 80 "object": "LayoutBlockFlow DIV id='left'",
81 "rect": [8, 116, 140, 108], 81 "rect": [8, 206, 140, 18],
82 "reason": "border box change" 82 "reason": "incremental"
83 },
84 {
85 "object": "LayoutBlockFlow DIV id='left'",
86 "rect": [138, 116, 10, 108],
87 "reason": "incremental"
83 } 88 }
84 ] 89 ]
85 } 90 }
86 ], 91 ],
87 "objectPaintInvalidations": [ 92 "objectPaintInvalidations": [
88 { 93 {
89 "object": "LayoutBlockFlow DIV id='left'", 94 "object": "LayoutBlockFlow DIV id='left'",
90 "reason": "incremental" 95 "reason": "incremental"
91 }, 96 },
92 { 97 {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 { 129 {
125 "object": "InlineTextBox 'condimentum leo neque sed nulla. Nunc quis porta elit. Pellentesque erat lectus, ultricies a lobortis'", 130 "object": "InlineTextBox 'condimentum leo neque sed nulla. Nunc quis porta elit. Pellentesque erat lectus, ultricies a lobortis'",
126 "reason": "forced by layout" 131 "reason": "forced by layout"
127 }, 132 },
128 { 133 {
129 "object": "InlineTextBox 'id, faucibus id quam.'", 134 "object": "InlineTextBox 'id, faucibus id quam.'",
130 "reason": "forced by layout" 135 "reason": "forced by layout"
131 }, 136 },
132 { 137 {
133 "object": "LayoutBlockFlow DIV id='left'", 138 "object": "LayoutBlockFlow DIV id='left'",
134 "reason": "border box change" 139 "reason": "incremental"
135 }, 140 },
136 { 141 {
137 "object": "LayoutBlockFlow DIV id='content'", 142 "object": "LayoutBlockFlow DIV id='content'",
138 "reason": "style change" 143 "reason": "style change"
139 }, 144 },
140 { 145 {
141 "object": "LayoutBlockFlow P", 146 "object": "LayoutBlockFlow P",
142 "reason": "forced by layout" 147 "reason": "forced by layout"
143 }, 148 },
144 { 149 {
(...skipping 20 matching lines...) Expand all
165 "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, puru s quam mollis sapien, in condimentum leo neque sed'", 170 "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, puru s quam mollis sapien, in condimentum leo neque sed'",
166 "reason": "forced by layout" 171 "reason": "forced by layout"
167 }, 172 },
168 { 173 {
169 "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat l ectus, ultricies a lobortis id, faucibus id quam.'", 174 "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat l ectus, ultricies a lobortis id, faucibus id quam.'",
170 "reason": "forced by layout" 175 "reason": "forced by layout"
171 } 176 }
172 ] 177 ]
173 } 178 }
174 179
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698