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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/prefer_compositing_to_lcd_text/compositing/overflow/selection-gaps-toggling-with-scrolling-contents-expected.txt

Issue 2264663002: Paint solid color backgrounds which are equivalent to locally attached into scrolling contents layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scrollcontent-paint-bg
Patch Set: Add test and only skip local equivalence if outline enters padding-box Created 4 years, 3 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 This test passes if the container's scrolling contents layer (the first child of the GraphicsLayer with 4 children) draws content only on iterations 2 and 3, an d its scrolling block selection layer (the child of the scrolling contents layer ) draws content only on iteration 4. The scrolling block selection layer should also be much smaller than the scrolling contents layer. 1 This test passes if the container's scrolling contents layer (the first child of the GraphicsLayer with 4 children) draws content only on iterations 2 and 3, an d its scrolling block selection layer (the child of the scrolling contents layer ) draws content only on iteration 4. The scrolling block selection layer should also be much smaller than the scrolling contents layer.
2 Lorem Ipsum 2 Lorem Ipsum
3 Lorem Ipsum 3 Lorem Ipsum
4 Lorem Ipsum 4 Lorem Ipsum
5 Lorem Ipsum 5 Lorem Ipsum
6 Lorem Ipsum 6 Lorem Ipsum
7 Lorem Ipsum 7 Lorem Ipsum
8 Lorem Ipsum 8 Lorem Ipsum
9 Lorem Ipsum 9 Lorem Ipsum
10 Lorem Ipsum 10 Lorem Ipsum
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 { 160 {
161 "name": "LayoutView #document", 161 "name": "LayoutView #document",
162 "bounds": [785, 2706], 162 "bounds": [785, 2706],
163 "contentsOpaque": true, 163 "contentsOpaque": true,
164 "drawsContent": true, 164 "drawsContent": true,
165 "children": [ 165 "children": [
166 { 166 {
167 "name": "LayoutBlockFlow DIV id='container'", 167 "name": "LayoutBlockFlow DIV id='container'",
168 "position": [8, 80], 168 "position": [8, 80],
169 "bounds": [300, 500], 169 "bounds": [300, 500],
170 "contentsOpaque": true,
171 "shouldFlattenTransform": false, 170 "shouldFlattenTransform": false,
172 "drawsContent": true, 171 "drawsContent": true,
173 "backgroundColor": "#0000FF", 172 "backgroundColor": "#0000FF",
174 "children": [ 173 "children": [
175 { 174 {
176 "name": "Scrolling Layer", 175 "name": "Scrolling Layer",
177 "bounds": [285, 485], 176 "bounds": [285, 485],
178 "shouldFlattenTransform": false, 177 "shouldFlattenTransform": false,
179 "children": [ 178 "children": [
180 { 179 {
181 "name": "Scrolling Contents Layer", 180 "name": "Scrolling Contents Layer",
182 "bounds": [285, 665], 181 "bounds": [285, 665],
182 "contentsOpaque": true,
183 "drawsContent": true 183 "drawsContent": true
184 } 184 }
185 ] 185 ]
186 }, 186 },
187 { 187 {
188 "name": "Overflow Controls Host Layer", 188 "name": "Overflow Controls Host Layer",
189 "bounds": [300, 500], 189 "bounds": [300, 500],
190 "children": [ 190 "children": [
191 { 191 {
192 "name": "Horizontal Scrollbar Layer", 192 "name": "Horizontal Scrollbar Layer",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 { 303 {
304 "name": "LayoutView #document", 304 "name": "LayoutView #document",
305 "bounds": [785, 4851], 305 "bounds": [785, 4851],
306 "contentsOpaque": true, 306 "contentsOpaque": true,
307 "drawsContent": true, 307 "drawsContent": true,
308 "children": [ 308 "children": [
309 { 309 {
310 "name": "LayoutBlockFlow DIV id='container'", 310 "name": "LayoutBlockFlow DIV id='container'",
311 "position": [8, 80], 311 "position": [8, 80],
312 "bounds": [300, 500], 312 "bounds": [300, 500],
313 "contentsOpaque": true,
314 "shouldFlattenTransform": false, 313 "shouldFlattenTransform": false,
315 "drawsContent": true, 314 "drawsContent": true,
316 "backgroundColor": "#0000FF", 315 "backgroundColor": "#0000FF",
317 "children": [ 316 "children": [
318 { 317 {
319 "name": "Scrolling Layer", 318 "name": "Scrolling Layer",
320 "bounds": [285, 485], 319 "bounds": [285, 485],
321 "shouldFlattenTransform": false, 320 "shouldFlattenTransform": false,
322 "children": [ 321 "children": [
323 { 322 {
324 "name": "Scrolling Contents Layer", 323 "name": "Scrolling Contents Layer",
325 "bounds": [285, 665], 324 "bounds": [285, 665],
325 "contentsOpaque": true,
326 "drawsContent": true 326 "drawsContent": true
327 } 327 }
328 ] 328 ]
329 }, 329 },
330 { 330 {
331 "name": "Overflow Controls Host Layer", 331 "name": "Overflow Controls Host Layer",
332 "bounds": [300, 500], 332 "bounds": [300, 500],
333 "children": [ 333 "children": [
334 { 334 {
335 "name": "Horizontal Scrollbar Layer", 335 "name": "Horizontal Scrollbar Layer",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 "bounds": [100, 50], 569 "bounds": [100, 50],
570 "contentsOpaque": true, 570 "contentsOpaque": true,
571 "drawsContent": true, 571 "drawsContent": true,
572 "backgroundColor": "#FFA500" 572 "backgroundColor": "#FFA500"
573 } 573 }
574 ] 574 ]
575 } 575 }
576 ] 576 ]
577 } 577 }
578 578
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698