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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-with-opaque-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 id='scroller'", 12 "name": "LayoutBlockFlow DIV id='scroller'",
13 "position": [8, 8], 13 "position": [8, 8],
14 "bounds": [202, 202], 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 "position": [1, 1], 21 "position": [10, 10],
21 "bounds": [185, 185], 22 "bounds": [185, 185],
22 "shouldFlattenTransform": false, 23 "shouldFlattenTransform": false,
23 "children": [ 24 "children": [
24 { 25 {
25 "name": "Scrolling Contents Layer", 26 "name": "Scrolling Contents Layer",
26 "bounds": [185, 1025], 27 "bounds": [185, 300],
28 "contentsOpaque": true,
27 "drawsContent": true 29 "drawsContent": true
28 } 30 }
29 ] 31 ]
30 }, 32 },
31 { 33 {
32 "name": "Overflow Controls Host Layer", 34 "name": "Overflow Controls Host Layer",
33 "bounds": [202, 202], 35 "bounds": [220, 220],
34 "children": [ 36 "children": [
35 { 37 {
36 "name": "Horizontal Scrollbar Layer", 38 "name": "Horizontal Scrollbar Layer",
37 "position": [1, 186], 39 "position": [10, 195],
38 "bounds": [185, 15] 40 "bounds": [185, 15]
39 }, 41 },
40 { 42 {
41 "name": "Vertical Scrollbar Layer", 43 "name": "Vertical Scrollbar Layer",
42 "position": [186, 1], 44 "position": [195, 10],
43 "bounds": [15, 185], 45 "bounds": [15, 185]
44 "paintInvalidations": [
45 {
46 "object": "Vertical Scrollbar Layer",
47 "rect": [0, 0, 15, 185],
48 "reason": "full"
49 }
50 ]
51 }, 46 },
52 { 47 {
53 "name": "Scroll Corner Layer", 48 "name": "Scroll Corner Layer",
54 "position": [186, 186], 49 "position": [195, 195],
55 "bounds": [15, 15], 50 "bounds": [15, 15],
56 "drawsContent": true 51 "drawsContent": true
57 } 52 }
58 ] 53 ]
59 } 54 }
60 ] 55 ]
61 } 56 }
62 ] 57 ]
63 } 58 }
64 ] 59 ]
65 } 60 }
66 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698