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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt

Issue 2536443002: Reland "Only promote opaque scrollers which are stacking contexts." (Closed)
Patch Set: Created 4 years 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
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='scroller'",
11 "bounds": [200, 100],
12 "shouldFlattenTransform": false,
13 "drawsContent": true,
14 "backgroundColor": "#808080"
15 },
16 {
17 "name": "Scrolling Layer",
18 "bounds": [185, 100],
19 "shouldFlattenTransform": false
20 },
21 {
22 "name": "Scrolling Contents Layer",
23 "bounds": [185, 210],
24 "contentsOpaque": true,
25 "drawsContent": true, 7 "drawsContent": true,
26 "paintInvalidations": [ 8 "paintInvalidations": [
27 { 9 {
28 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", 10 "object": "LayoutBlockFlow DIV id='dynamic' class='content'",
29 "rect": [0, 0, 185, 30], 11 "rect": [0, 0, 185, 30],
30 "reason": "forced by layout" 12 "reason": "forced by layout"
31 }, 13 },
32 { 14 {
15 "object": "LayoutBlockFlow DIV id='scroller'",
16 "rect": [185, 0, 15, 100],
17 "reason": "scroll"
18 },
19 {
33 "object": "LayoutText #text", 20 "object": "LayoutText #text",
34 "rect": [0, 5, 15, 15], 21 "rect": [0, 5, 15, 15],
35 "reason": "full" 22 "reason": "full"
36 } 23 }
37 ] 24 ]
38 },
39 {
40 "name": "Overflow Controls Host Layer",
41 "bounds": [200, 100]
42 },
43 {
44 "name": "Vertical Scrollbar Layer",
45 "position": [185, 0],
46 "bounds": [15, 100],
47 "paintInvalidations": [
48 {
49 "object": "Vertical Scrollbar Layer",
50 "rect": [0, 0, 15, 210],
51 "reason": "full"
52 },
53 {
54 "object": "Vertical Scrollbar Layer",
55 "rect": [0, 0, 15, 210],
56 "reason": "full"
57 },
58 {
59 "object": "Vertical Scrollbar Layer",
60 "rect": [0, 0, 15, 100],
61 "reason": "full"
62 },
63 {
64 "object": "Vertical Scrollbar Layer",
65 "rect": [0, 0, 15, 100],
66 "reason": "full"
67 },
68 {
69 "object": "Vertical Scrollbar Layer",
70 "rect": [0, 0, 15, 100],
71 "reason": "full"
72 },
73 {
74 "object": "Vertical Scrollbar Layer",
75 "rect": [0, 0, 15, 100],
76 "reason": "full"
77 }
78 ]
79 } 25 }
80 ], 26 ],
81 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
82 { 28 {
29 "object": "VerticalScrollbar",
30 "reason": "scroll"
31 },
32 {
83 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", 33 "object": "LayoutBlockFlow DIV id='dynamic' class='content'",
84 "reason": "forced by layout" 34 "reason": "forced by layout"
85 }, 35 },
86 { 36 {
87 "object": "RootInlineBox", 37 "object": "RootInlineBox",
88 "reason": "forced by layout" 38 "reason": "forced by layout"
89 }, 39 },
90 { 40 {
91 "object": "LayoutText #text", 41 "object": "LayoutText #text",
92 "reason": "full" 42 "reason": "full"
93 }, 43 },
94 { 44 {
95 "object": "InlineTextBox 'z'", 45 "object": "InlineTextBox 'z'",
96 "reason": "full" 46 "reason": "full"
97 } 47 }
98 ] 48 ]
99 } 49 }
100 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698