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

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

Issue 2620603002: Run virtual/stable/paint/invalidation for non-SlimmingPaintInvalidation (Closed)
Patch Set: - Created 3 years, 11 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, 161], 71 "rect": [400, 116, 391, 161],
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, 206, 140, 18], 81 "rect": [8, 116, 140, 108],
82 "reason": "incremental" 82 "reason": "border box change"
83 },
84 {
85 "object": "LayoutBlockFlow DIV id='left'",
86 "rect": [138, 116, 10, 108],
87 "reason": "incremental"
88 } 83 }
89 ] 84 ]
90 } 85 }
91 ], 86 ],
92 "objectPaintInvalidations": [ 87 "objectPaintInvalidations": [
93 { 88 {
94 "object": "LayoutBlockFlow DIV id='left'", 89 "object": "LayoutBlockFlow DIV id='left'",
95 "reason": "incremental" 90 "reason": "incremental"
96 }, 91 },
97 { 92 {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 { 124 {
130 "object": "InlineTextBox 'condimentum leo neque sed nulla. Nunc quis porta elit. Pellentesque erat lectus, ultricies a lobortis'", 125 "object": "InlineTextBox 'condimentum leo neque sed nulla. Nunc quis porta elit. Pellentesque erat lectus, ultricies a lobortis'",
131 "reason": "forced by layout" 126 "reason": "forced by layout"
132 }, 127 },
133 { 128 {
134 "object": "InlineTextBox 'id, faucibus id quam.'", 129 "object": "InlineTextBox 'id, faucibus id quam.'",
135 "reason": "forced by layout" 130 "reason": "forced by layout"
136 }, 131 },
137 { 132 {
138 "object": "LayoutBlockFlow DIV id='left'", 133 "object": "LayoutBlockFlow DIV id='left'",
139 "reason": "incremental" 134 "reason": "border box change"
140 }, 135 },
141 { 136 {
142 "object": "LayoutBlockFlow DIV id='content'", 137 "object": "LayoutBlockFlow DIV id='content'",
143 "reason": "style change" 138 "reason": "style change"
144 }, 139 },
145 { 140 {
146 "object": "LayoutBlockFlow P", 141 "object": "LayoutBlockFlow P",
147 "reason": "forced by layout" 142 "reason": "forced by layout"
148 }, 143 },
149 { 144 {
(...skipping 20 matching lines...) Expand all
170 "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, puru s quam mollis sapien, in condimentum leo neque sed'", 165 "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, puru s quam mollis sapien, in condimentum leo neque sed'",
171 "reason": "forced by layout" 166 "reason": "forced by layout"
172 }, 167 },
173 { 168 {
174 "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat l ectus, ultricies a lobortis id, faucibus id quam.'", 169 "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat l ectus, ultricies a lobortis id, faucibus id quam.'",
175 "reason": "forced by layout" 170 "reason": "forced by layout"
176 } 171 }
177 ] 172 ]
178 } 173 }
179 174
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698