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

Side by Side Diff: LayoutTests/platform/win-xp/compositing/iframes/invisible-nested-iframe-show-expected.txt

Issue 1181023003: Auto-rebaseline for r196973 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
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 30 matching lines...) Expand all
41 "bounds": [250, 170], 41 "bounds": [250, 170],
42 "children": [ 42 "children": [
43 { 43 {
44 "children": [ 44 "children": [
45 { 45 {
46 "bounds": [250, 230], 46 "bounds": [250, 230],
47 "children": [ 47 "children": [
48 { 48 {
49 "bounds": [250, 230], 49 "bounds": [250, 230],
50 "drawsContent": true, 50 "drawsContent": true,
51 "backgroundColor": "#C0C0C 0",
51 "children": [ 52 "children": [
52 { 53 {
53 "position": [18, 10], 54 "position": [18, 10],
54 "bounds": [210, 210], 55 "bounds": [210, 210],
55 "contentsOpaque": true , 56 "contentsOpaque": true ,
56 "drawsContent": true, 57 "drawsContent": true,
57 "backgroundColor": "#0 000FF" 58 "backgroundColor": "#0 000FF"
58 } 59 }
59 ] 60 ]
60 } 61 }
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "bounds": [250, 170], 128 "bounds": [250, 170],
128 "children": [ 129 "children": [
129 { 130 {
130 "children": [ 131 "children": [
131 { 132 {
132 "bounds": [250, 230], 133 "bounds": [250, 230],
133 "children": [ 134 "children": [
134 { 135 {
135 "bounds": [250, 230], 136 "bounds": [250, 230],
136 "drawsContent": true, 137 "drawsContent": true,
138 "backgroundColor": "#C0C0C0",
137 "children": [ 139 "children": [
138 { 140 {
139 "position": [18, 10], 141 "position": [18, 10],
140 "bounds": [210, 210], 142 "bounds": [210, 210],
141 "contentsOpaque": true, 143 "contentsOpaque": true,
142 "drawsContent": true, 144 "drawsContent": true,
143 "backgroundColor": "#0000FF" 145 "backgroundColor": "#0000FF"
144 } 146 }
145 ] 147 ]
146 } 148 }
(...skipping 15 matching lines...) Expand all
162 164
163 -------- 165 --------
164 Frame: '/-->' 166 Frame: '/-->'
165 -------- 167 --------
166 { 168 {
167 "bounds": [250, 230], 169 "bounds": [250, 230],
168 "children": [ 170 "children": [
169 { 171 {
170 "bounds": [250, 230], 172 "bounds": [250, 230],
171 "drawsContent": true, 173 "drawsContent": true,
174 "backgroundColor": "#C0C0C0",
172 "children": [ 175 "children": [
173 { 176 {
174 "position": [18, 10], 177 "position": [18, 10],
175 "bounds": [210, 210], 178 "bounds": [210, 210],
176 "contentsOpaque": true, 179 "contentsOpaque": true,
177 "drawsContent": true, 180 "drawsContent": true,
178 "backgroundColor": "#0000FF" 181 "backgroundColor": "#0000FF"
179 } 182 }
180 ] 183 ]
181 } 184 }
182 ] 185 ]
183 } 186 }
184 187
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698