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

Side by Side Diff: third_party/WebKit/LayoutTests/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 21 matching lines...) Expand all
32 "object": "LayoutFrame FRAME", 32 "object": "LayoutFrame FRAME",
33 "reason": "forced by layout" 33 "reason": "forced by layout"
34 }, 34 },
35 { 35 {
36 "object": "LayoutFrame FRAME", 36 "object": "LayoutFrame FRAME",
37 "reason": "forced by layout" 37 "reason": "forced by layout"
38 }, 38 },
39 { 39 {
40 "object": "LayoutFrame FRAME", 40 "object": "LayoutFrame FRAME",
41 "reason": "forced by layout" 41 "reason": "forced by layout"
42 },
43 {
44 "object": "VerticalScrollbar",
45 "reason": "scroll"
46 },
47 {
48 "object": "VerticalScrollbar",
49 "reason": "scroll"
50 },
51 {
52 "object": "VerticalScrollbar",
53 "reason": "scroll"
54 } 42 }
55 ] 43 ]
56 } 44 }
57 { 45 {
58 "layers": [ 46 "layers": [
59 { 47 {
60 "name": "LayoutView #document", 48 "name": "LayoutView #document",
61 "bounds": [400, 250], 49 "bounds": [400, 250],
62 "contentsOpaque": true, 50 "contentsOpaque": true,
63 "drawsContent": true, 51 "drawsContent": true,
(...skipping 26 matching lines...) Expand all
90 }, 78 },
91 { 79 {
92 "object": "LayoutFrame FRAME", 80 "object": "LayoutFrame FRAME",
93 "reason": "forced by layout" 81 "reason": "forced by layout"
94 }, 82 },
95 { 83 {
96 "object": "LayoutFrame FRAME", 84 "object": "LayoutFrame FRAME",
97 "reason": "forced by layout" 85 "reason": "forced by layout"
98 }, 86 },
99 { 87 {
100 "object": "HorizontalScrollbar",
101 "reason": "scroll"
102 },
103 {
104 "object": "HorizontalScrollbar",
105 "reason": "scroll"
106 },
107 {
108 "object": "LayoutView #document", 88 "object": "LayoutView #document",
109 "reason": "location change" 89 "reason": "location change"
110 }, 90 },
111 { 91 {
112 "object": "LayoutBlockFlow HTML", 92 "object": "LayoutBlockFlow HTML",
113 "reason": "location change" 93 "reason": "location change"
114 }, 94 },
115 { 95 {
116 "object": "LayoutBlockFlow BODY", 96 "object": "LayoutBlockFlow BODY",
117 "reason": "location change" 97 "reason": "location change"
118 }, 98 },
119 { 99 {
120 "object": "HorizontalScrollbar",
121 "reason": "scroll"
122 },
123 {
124 "object": "LayoutView #document", 100 "object": "LayoutView #document",
125 "reason": "location change" 101 "reason": "location change"
126 }, 102 },
127 { 103 {
128 "object": "LayoutBlockFlow HTML", 104 "object": "LayoutBlockFlow HTML",
129 "reason": "location change" 105 "reason": "location change"
130 }, 106 },
131 { 107 {
132 "object": "LayoutBlockFlow BODY", 108 "object": "LayoutBlockFlow BODY",
133 "reason": "location change" 109 "reason": "location change"
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "object": "LayoutBlockFlow HTML", 216 "object": "LayoutBlockFlow HTML",
241 "reason": "location change" 217 "reason": "location change"
242 }, 218 },
243 { 219 {
244 "object": "LayoutBlockFlow BODY", 220 "object": "LayoutBlockFlow BODY",
245 "reason": "location change" 221 "reason": "location change"
246 } 222 }
247 ] 223 ]
248 } 224 }
249 225
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698