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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-with-transparent-background-expected.txt

Issue 2196583002: Paint local background colors onto foreground layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments and fix test failures by removing SkipRootBackground when painting a new ro… Created 4 years, 4 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": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
11 { 11 {
12 "name": "LayoutBlockFlow DIV class='scroller'", 12 "name": "LayoutBlockFlow DIV id='scroller'",
13 "position": [8, 8], 13 "position": [8, 8],
14 "bounds": [300, 300], 14 "bounds": [220, 220],
15 "shouldFlattenTransform": false, 15 "shouldFlattenTransform": false,
16 "drawsContent": true, 16 "drawsContent": true,
17 "backgroundColor": "#FFFFFF",
17 "children": [ 18 "children": [
18 { 19 {
19 "name": "Scrolling Layer", 20 "name": "Scrolling Layer",
20 "bounds": [285, 285], 21 "position": [10, 10],
22 "bounds": [185, 185],
21 "shouldFlattenTransform": false, 23 "shouldFlattenTransform": false,
22 "children": [ 24 "children": [
23 { 25 {
24 "name": "Scrolling Contents Layer", 26 "name": "Scrolling Contents Layer",
25 "bounds": [1000, 1000], 27 "bounds": [185, 300],
26 "drawsContent": true 28 "drawsContent": true
27 } 29 }
28 ] 30 ]
29 }, 31 },
30 { 32 {
31 "name": "Overflow Controls Host Layer", 33 "name": "Overflow Controls Host Layer",
32 "bounds": [300, 300], 34 "bounds": [220, 220],
33 "children": [ 35 "children": [
34 { 36 {
35 "name": "Horizontal Scrollbar Layer", 37 "name": "Horizontal Scrollbar Layer",
36 "position": [0, 285], 38 "position": [10, 195],
37 "bounds": [285, 15] 39 "bounds": [185, 15]
38 }, 40 },
39 { 41 {
40 "name": "Vertical Scrollbar Layer", 42 "name": "Vertical Scrollbar Layer",
41 "position": [285, 0], 43 "position": [195, 10],
42 "bounds": [15, 285] 44 "bounds": [15, 185]
43 }, 45 },
44 { 46 {
45 "name": "Scroll Corner Layer", 47 "name": "Scroll Corner Layer",
46 "position": [285, 285], 48 "position": [195, 195],
47 "bounds": [15, 15], 49 "bounds": [15, 15],
48 "drawsContent": true 50 "drawsContent": true
49 } 51 }
50 ] 52 ]
51 } 53 }
52 ] 54 ]
53 } 55 }
54 ] 56 ]
55 } 57 }
56 ] 58 ]
57 } 59 }
58 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698