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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/iframes/invisible-nested-iframe-show-expected.txt

Issue 2060083002: LocalFrame::localLayerTreeAsText() ==> layerTreeAsText() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 [0, 1, 0, 0], 96 [0, 1, 0, 0],
97 [0, 0, 1, 0], 97 [0, 0, 1, 0],
98 [0, 0, 1, 1] 98 [0, 0, 1, 1]
99 ] 99 ]
100 } 100 }
101 ] 101 ]
102 } 102 }
103 ] 103 ]
104 } 104 }
105 105
106
107 --------
108 Frame: '-->'
109 --------
110 {
111 "bounds": [285, 193],
112 "children": [
113 {
114 "bounds": [285, 193],
115 "drawsContent": true,
116 "children": [
117 {
118 "position": [8, 8],
119 "bounds": [252, 172],
120 "drawsContent": true,
121 "children": [
122 {
123 "position": [1, 1],
124 "bounds": [250, 170],
125 "children": [
126 {
127 "bounds": [250, 170],
128 "children": [
129 {
130 "children": [
131 {
132 "bounds": [250, 230],
133 "children": [
134 {
135 "bounds": [250, 230],
136 "drawsContent": true,
137 "backgroundColor": "#C0C0C0",
138 "children": [
139 {
140 "position": [18, 10],
141 "bounds": [210, 210],
142 "contentsOpaque": true,
143 "drawsContent": true,
144 "backgroundColor": "#0000FF"
145 }
146 ]
147 }
148 ]
149 }
150 ]
151 }
152 ]
153 }
154 ]
155 }
156 ]
157 }
158 ]
159 }
160 ]
161 }
162
163
164 --------
165 Frame: '/-->'
166 --------
167 {
168 "bounds": [250, 230],
169 "children": [
170 {
171 "bounds": [250, 230],
172 "drawsContent": true,
173 "backgroundColor": "#C0C0C0",
174 "children": [
175 {
176 "position": [18, 10],
177 "bounds": [210, 210],
178 "contentsOpaque": true,
179 "drawsContent": true,
180 "backgroundColor": "#0000FF"
181 }
182 ]
183 }
184 ]
185 }
186
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698