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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-frameset-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [600, 250], 5 "bounds": [600, 250],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutFrameSet FRAMESET", 10 "object": "LayoutFrameSet FRAMESET",
11 "rect": [0, 0, 600, 500], 11 "rect": [0, 0, 600, 500],
12 "reason": "border box change" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutView #document", 15 "object": "LayoutView #document",
16 "rect": [0, 250, 600, 250], 16 "rect": [0, 250, 600, 250],
17 "reason": "incremental" 17 "reason": "incremental"
18 } 18 }
19 ] 19 ]
20 } 20 }
21 ], 21 ],
22 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
23 { 23 {
24 "object": "LayoutView #document", 24 "object": "LayoutView #document",
25 "reason": "incremental" 25 "reason": "incremental"
26 }, 26 },
27 { 27 {
28 "object": "LayoutFrameSet FRAMESET", 28 "object": "LayoutFrameSet FRAMESET",
29 "reason": "border box change" 29 "reason": "geometry"
30 }, 30 },
31 { 31 {
32 "object": "LayoutFrame FRAME", 32 "object": "LayoutFrame FRAME",
33 "reason": "forced by layout" 33 "reason": "geometry"
34 }, 34 },
35 { 35 {
36 "object": "LayoutFrame FRAME", 36 "object": "LayoutFrame FRAME",
37 "reason": "forced by layout" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutFrame FRAME", 40 "object": "LayoutFrame FRAME",
41 "reason": "forced by layout" 41 "reason": "geometry"
42 } 42 }
43 ] 43 ]
44 } 44 }
45 { 45 {
46 "layers": [ 46 "layers": [
47 { 47 {
48 "name": "LayoutView #document", 48 "name": "LayoutView #document",
49 "bounds": [400, 250], 49 "bounds": [400, 250],
50 "contentsOpaque": true, 50 "contentsOpaque": true,
51 "drawsContent": true, 51 "drawsContent": true,
52 "paintInvalidations": [ 52 "paintInvalidations": [
53 { 53 {
54 "object": "LayoutFrameSet FRAMESET", 54 "object": "LayoutFrameSet FRAMESET",
55 "rect": [0, 0, 600, 250], 55 "rect": [0, 0, 600, 250],
56 "reason": "border box change" 56 "reason": "geometry"
57 }, 57 },
58 { 58 {
59 "object": "LayoutView #document", 59 "object": "LayoutView #document",
60 "rect": [400, 0, 200, 250], 60 "rect": [400, 0, 200, 250],
61 "reason": "incremental" 61 "reason": "incremental"
62 } 62 }
63 ] 63 ]
64 } 64 }
65 ], 65 ],
66 "objectPaintInvalidations": [ 66 "objectPaintInvalidations": [
67 { 67 {
68 "object": "LayoutView #document", 68 "object": "LayoutView #document",
69 "reason": "incremental" 69 "reason": "incremental"
70 }, 70 },
71 { 71 {
72 "object": "LayoutFrameSet FRAMESET", 72 "object": "LayoutFrameSet FRAMESET",
73 "reason": "border box change" 73 "reason": "geometry"
74 }, 74 },
75 { 75 {
76 "object": "LayoutFrame FRAME", 76 "object": "LayoutFrame FRAME",
77 "reason": "forced by layout" 77 "reason": "geometry"
78 }, 78 },
79 { 79 {
80 "object": "LayoutFrame FRAME", 80 "object": "LayoutFrame FRAME",
81 "reason": "forced by layout" 81 "reason": "geometry"
82 }, 82 },
83 { 83 {
84 "object": "LayoutFrame FRAME", 84 "object": "LayoutFrame FRAME",
85 "reason": "forced by layout" 85 "reason": "geometry"
86 }, 86 },
87 { 87 {
88 "object": "LayoutView #document", 88 "object": "LayoutView #document",
89 "reason": "location change" 89 "reason": "geometry"
90 }, 90 },
91 { 91 {
92 "object": "LayoutBlockFlow HTML", 92 "object": "LayoutBlockFlow HTML",
93 "reason": "location change" 93 "reason": "geometry"
94 }, 94 },
95 { 95 {
96 "object": "LayoutBlockFlow BODY", 96 "object": "LayoutBlockFlow BODY",
97 "reason": "location change" 97 "reason": "geometry"
98 }, 98 },
99 { 99 {
100 "object": "LayoutView #document", 100 "object": "LayoutView #document",
101 "reason": "location change" 101 "reason": "geometry"
102 }, 102 },
103 { 103 {
104 "object": "LayoutBlockFlow HTML", 104 "object": "LayoutBlockFlow HTML",
105 "reason": "location change" 105 "reason": "geometry"
106 }, 106 },
107 { 107 {
108 "object": "LayoutBlockFlow BODY", 108 "object": "LayoutBlockFlow BODY",
109 "reason": "location change" 109 "reason": "geometry"
110 } 110 }
111 ] 111 ]
112 } 112 }
113 { 113 {
114 "layers": [ 114 "layers": [
115 { 115 {
116 "name": "LayoutView #document", 116 "name": "LayoutView #document",
117 "bounds": [400, 600], 117 "bounds": [400, 600],
118 "contentsOpaque": true, 118 "contentsOpaque": true,
119 "drawsContent": true, 119 "drawsContent": true,
120 "paintInvalidations": [ 120 "paintInvalidations": [
121 { 121 {
122 "object": "LayoutFrameSet FRAMESET", 122 "object": "LayoutFrameSet FRAMESET",
123 "rect": [0, 0, 400, 600], 123 "rect": [0, 0, 400, 600],
124 "reason": "border box change" 124 "reason": "geometry"
125 }, 125 },
126 { 126 {
127 "object": "LayoutView #document", 127 "object": "LayoutView #document",
128 "rect": [0, 250, 400, 350], 128 "rect": [0, 250, 400, 350],
129 "reason": "incremental" 129 "reason": "incremental"
130 } 130 }
131 ] 131 ]
132 } 132 }
133 ], 133 ],
134 "objectPaintInvalidations": [ 134 "objectPaintInvalidations": [
135 { 135 {
136 "object": "LayoutView #document", 136 "object": "LayoutView #document",
137 "reason": "incremental" 137 "reason": "incremental"
138 }, 138 },
139 { 139 {
140 "object": "LayoutFrameSet FRAMESET", 140 "object": "LayoutFrameSet FRAMESET",
141 "reason": "border box change" 141 "reason": "geometry"
142 }, 142 },
143 { 143 {
144 "object": "LayoutFrame FRAME", 144 "object": "LayoutFrame FRAME",
145 "reason": "forced by layout" 145 "reason": "geometry"
146 }, 146 },
147 { 147 {
148 "object": "LayoutFrame FRAME", 148 "object": "LayoutFrame FRAME",
149 "reason": "forced by layout" 149 "reason": "geometry"
150 }, 150 },
151 { 151 {
152 "object": "LayoutFrame FRAME", 152 "object": "LayoutFrame FRAME",
153 "reason": "forced by layout" 153 "reason": "geometry"
154 } 154 }
155 ] 155 ]
156 } 156 }
157 { 157 {
158 "layers": [ 158 "layers": [
159 { 159 {
160 "name": "LayoutView #document", 160 "name": "LayoutView #document",
161 "bounds": [800, 600], 161 "bounds": [800, 600],
162 "contentsOpaque": true, 162 "contentsOpaque": true,
163 "drawsContent": true, 163 "drawsContent": true,
164 "paintInvalidations": [ 164 "paintInvalidations": [
165 { 165 {
166 "object": "LayoutFrameSet FRAMESET", 166 "object": "LayoutFrameSet FRAMESET",
167 "rect": [0, 0, 800, 600], 167 "rect": [0, 0, 800, 600],
168 "reason": "border box change" 168 "reason": "geometry"
169 }, 169 },
170 { 170 {
171 "object": "LayoutView #document", 171 "object": "LayoutView #document",
172 "rect": [400, 0, 400, 600], 172 "rect": [400, 0, 400, 600],
173 "reason": "incremental" 173 "reason": "incremental"
174 } 174 }
175 ] 175 ]
176 } 176 }
177 ], 177 ],
178 "objectPaintInvalidations": [ 178 "objectPaintInvalidations": [
179 { 179 {
180 "object": "LayoutView #document", 180 "object": "LayoutView #document",
181 "reason": "incremental" 181 "reason": "incremental"
182 }, 182 },
183 { 183 {
184 "object": "LayoutFrameSet FRAMESET", 184 "object": "LayoutFrameSet FRAMESET",
185 "reason": "border box change" 185 "reason": "geometry"
186 }, 186 },
187 { 187 {
188 "object": "LayoutFrame FRAME", 188 "object": "LayoutFrame FRAME",
189 "reason": "forced by layout" 189 "reason": "geometry"
190 }, 190 },
191 { 191 {
192 "object": "LayoutFrame FRAME", 192 "object": "LayoutFrame FRAME",
193 "reason": "forced by layout" 193 "reason": "geometry"
194 }, 194 },
195 { 195 {
196 "object": "LayoutFrame FRAME", 196 "object": "LayoutFrame FRAME",
197 "reason": "forced by layout" 197 "reason": "geometry"
198 }, 198 },
199 { 199 {
200 "object": "LayoutView #document", 200 "object": "LayoutView #document",
201 "reason": "location change" 201 "reason": "geometry"
202 }, 202 },
203 { 203 {
204 "object": "LayoutBlockFlow HTML", 204 "object": "LayoutBlockFlow HTML",
205 "reason": "location change" 205 "reason": "geometry"
206 }, 206 },
207 { 207 {
208 "object": "LayoutBlockFlow BODY", 208 "object": "LayoutBlockFlow BODY",
209 "reason": "location change" 209 "reason": "geometry"
210 }, 210 },
211 { 211 {
212 "object": "LayoutView #document", 212 "object": "LayoutView #document",
213 "reason": "location change" 213 "reason": "geometry"
214 }, 214 },
215 { 215 {
216 "object": "LayoutBlockFlow HTML", 216 "object": "LayoutBlockFlow HTML",
217 "reason": "location change" 217 "reason": "geometry"
218 }, 218 },
219 { 219 {
220 "object": "LayoutBlockFlow BODY", 220 "object": "LayoutBlockFlow BODY",
221 "reason": "location change" 221 "reason": "geometry"
222 } 222 }
223 ] 223 ]
224 } 224 }
225 225
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698