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

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

Issue 2522043002: Reland "Only promote opaque scrollers which are stacking contexts." (Closed)
Patch Set: Remove android svg-width-100p-as-background-expected.txt expectation. 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, 210],
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 "object": "Vertical Scrollbar Layer",
80 "rect": [0, 0, 15, 100],
81 "reason": "full"
82 },
83 {
84 "object": "Vertical Scrollbar Layer",
85 "rect": [0, 0, 15, 100],
86 "reason": "full"
87 }
88 ]
89 } 25 }
90 ], 26 ],
91 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
92 { 28 {
29 "object": "VerticalScrollbar",
30 "reason": "scroll"
31 },
32 {
93 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", 33 "object": "LayoutBlockFlow DIV id='dynamic' class='content'",
94 "reason": "forced by layout" 34 "reason": "forced by layout"
95 }, 35 },
96 { 36 {
97 "object": "RootInlineBox", 37 "object": "RootInlineBox",
98 "reason": "forced by layout" 38 "reason": "forced by layout"
99 }, 39 },
100 { 40 {
101 "object": "LayoutText #text", 41 "object": "LayoutText #text",
102 "reason": "full" 42 "reason": "full"
103 }, 43 },
104 { 44 {
105 "object": "InlineTextBox 'z'", 45 "object": "InlineTextBox 'z'",
106 "reason": "full" 46 "reason": "full"
107 } 47 }
108 ] 48 ]
109 } 49 }
110 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698