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

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

Issue 2860433002: Update WebView/FrameView size from LayoutView::UpdateAfterLayout (Closed)
Patch Set: s/IsLocalRoot/IsMainFrame/ 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",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "object": "LayoutFrame FRAME", 47 "object": "LayoutFrame FRAME",
48 "reason": "forced by layout" 48 "reason": "forced by layout"
49 }, 49 },
50 { 50 {
51 "object": "LayoutFrame FRAME", 51 "object": "LayoutFrame FRAME",
52 "reason": "forced by layout" 52 "reason": "forced by layout"
53 }, 53 },
54 { 54 {
55 "object": "LayoutFrame FRAME", 55 "object": "LayoutFrame FRAME",
56 "reason": "forced by layout" 56 "reason": "forced by layout"
57 },
58 {
59 "object": "VerticalScrollbar",
60 "reason": "scroll"
61 },
62 {
63 "object": "VerticalScrollbar",
64 "reason": "scroll"
65 },
66 {
67 "object": "VerticalScrollbar",
68 "reason": "scroll"
69 } 57 }
70 ] 58 ]
71 } 59 }
72 { 60 {
73 "layers": [ 61 "layers": [
74 { 62 {
75 "name": "LayoutView #document", 63 "name": "LayoutView #document",
76 "bounds": [400, 250], 64 "bounds": [400, 250],
77 "contentsOpaque": true, 65 "contentsOpaque": true,
78 "drawsContent": true, 66 "drawsContent": true,
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 }, 118 },
131 { 119 {
132 "object": "LayoutFrame FRAME", 120 "object": "LayoutFrame FRAME",
133 "reason": "forced by layout" 121 "reason": "forced by layout"
134 }, 122 },
135 { 123 {
136 "object": "LayoutFrame FRAME", 124 "object": "LayoutFrame FRAME",
137 "reason": "forced by layout" 125 "reason": "forced by layout"
138 }, 126 },
139 { 127 {
140 "object": "HorizontalScrollbar",
141 "reason": "scroll"
142 },
143 {
144 "object": "HorizontalScrollbar",
145 "reason": "scroll"
146 },
147 {
148 "object": "LayoutView #document", 128 "object": "LayoutView #document",
149 "reason": "location change" 129 "reason": "location change"
150 }, 130 },
151 { 131 {
152 "object": "LayoutBlockFlow HTML", 132 "object": "LayoutBlockFlow HTML",
153 "reason": "location change" 133 "reason": "location change"
154 }, 134 },
155 { 135 {
156 "object": "LayoutBlockFlow BODY", 136 "object": "LayoutBlockFlow BODY",
157 "reason": "location change" 137 "reason": "location change"
158 }, 138 },
159 { 139 {
160 "object": "HorizontalScrollbar",
161 "reason": "scroll"
162 },
163 {
164 "object": "LayoutView #document", 140 "object": "LayoutView #document",
165 "reason": "location change" 141 "reason": "location change"
166 }, 142 },
167 { 143 {
168 "object": "LayoutBlockFlow HTML", 144 "object": "LayoutBlockFlow HTML",
169 "reason": "location change" 145 "reason": "location change"
170 }, 146 },
171 { 147 {
172 "object": "LayoutBlockFlow BODY", 148 "object": "LayoutBlockFlow BODY",
173 "reason": "location change" 149 "reason": "location change"
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "object": "LayoutBlockFlow HTML", 296 "object": "LayoutBlockFlow HTML",
321 "reason": "location change" 297 "reason": "location change"
322 }, 298 },
323 { 299 {
324 "object": "LayoutBlockFlow BODY", 300 "object": "LayoutBlockFlow BODY",
325 "reason": "location change" 301 "reason": "location change"
326 } 302 }
327 ] 303 ]
328 } 304 }
329 305
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698