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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/scroll-parent-absolute-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 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [785, 5516], 3 "bounds": [785, 5516],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [785, 5516], 7 "bounds": [785, 5516],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
11 { 11 {
12 "name": "Squashing Containment Layer", 12 "name": "Squashing Containment Layer",
13 "shouldFlattenTransform": false, 13 "shouldFlattenTransform": false,
14 "children": [ 14 "children": [
15 { 15 {
16 "name": "LayoutBlockFlow DIV id='top'", 16 "name": "LayoutBlockFlow DIV id='top'",
17 "position": [8, 8], 17 "position": [8, 8],
18 "bounds": [500, 500], 18 "bounds": [500, 500],
19 "contentsOpaque": true,
20 "shouldFlattenTransform": false, 19 "shouldFlattenTransform": false,
21 "drawsContent": true, 20 "drawsContent": true,
22 "backgroundColor": "#0000FF", 21 "backgroundColor": "#0000FF",
23 "children": [ 22 "children": [
24 { 23 {
25 "name": "Scrolling Layer", 24 "name": "Scrolling Layer",
26 "bounds": [485, 485], 25 "bounds": [485, 485],
27 "shouldFlattenTransform": false, 26 "shouldFlattenTransform": false,
28 "children": [ 27 "children": [
29 { 28 {
30 "name": "Scrolling Contents Layer", 29 "name": "Scrolling Contents Layer",
31 "bounds": [485, 5000], 30 "bounds": [485, 5000],
31 "contentsOpaque": true,
32 "drawsContent": true 32 "drawsContent": true
33 } 33 }
34 ] 34 ]
35 }, 35 },
36 { 36 {
37 "name": "Overflow Controls Host Layer", 37 "name": "Overflow Controls Host Layer",
38 "bounds": [500, 500], 38 "bounds": [500, 500],
39 "children": [ 39 "children": [
40 { 40 {
41 "name": "Horizontal Scrollbar Layer", 41 "name": "Horizontal Scrollbar Layer",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "contentsOpaque": true, 81 "contentsOpaque": true,
82 "drawsContent": true, 82 "drawsContent": true,
83 "backgroundColor": "#FA8072", 83 "backgroundColor": "#FA8072",
84 "hasScrollParent": true 84 "hasScrollParent": true
85 } 85 }
86 ] 86 ]
87 } 87 }
88 ] 88 ]
89 } 89 }
90 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698