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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt

Issue 2498823002: Paint invalidation of local attachment backgrounds (Closed)
Patch Set: - Created 4 years, 1 month 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 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow DIV id='scroller'", 10 "name": "LayoutBlockFlow DIV id='scroller'",
(...skipping 17 matching lines...) Expand all
28 }, 28 },
29 { 29 {
30 "name": "Scrolling Contents Layer", 30 "name": "Scrolling Contents Layer",
31 "bounds": [185, 552], 31 "bounds": [185, 552],
32 "contentsOpaque": true, 32 "contentsOpaque": true,
33 "drawsContent": true, 33 "drawsContent": true,
34 "paintInvalidations": [ 34 "paintInvalidations": [
35 { 35 {
36 "object": "LayoutBlockFlow DIV id='scroller'", 36 "object": "LayoutBlockFlow DIV id='scroller'",
37 "rect": [0, 0, 185, 552], 37 "rect": [0, 0, 185, 552],
38 "reason": "style change" 38 "reason": "background on scrolling contents layer"
39 } 39 }
40 ] 40 ]
41 }, 41 },
42 { 42 {
43 "name": "Overflow Controls Host Layer", 43 "name": "Overflow Controls Host Layer",
44 "bounds": [200, 200] 44 "bounds": [200, 200]
45 }, 45 },
46 { 46 {
47 "name": "Horizontal Scrollbar Layer", 47 "name": "Horizontal Scrollbar Layer",
48 "position": [0, 185], 48 "position": [0, 185],
(...skipping 26 matching lines...) Expand all
75 { 75 {
76 "name": "Scroll Corner Layer", 76 "name": "Scroll Corner Layer",
77 "position": [185, 185], 77 "position": [185, 185],
78 "bounds": [15, 15], 78 "bounds": [15, 15],
79 "drawsContent": true 79 "drawsContent": true
80 } 80 }
81 ], 81 ],
82 "objectPaintInvalidations": [ 82 "objectPaintInvalidations": [
83 { 83 {
84 "object": "Scrolling Contents Layer", 84 "object": "Scrolling Contents Layer",
85 "reason": "style change" 85 "reason": "background on scrolling contents layer"
86 }, 86 },
87 { 87 {
88 "object": "LayoutBlockFlow DIV id='scroller'", 88 "object": "LayoutBlockFlow DIV id='scroller'",
89 "reason": "style change" 89 "reason": "style change"
90 } 90 }
91 ] 91 ]
92 } 92 }
93 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698