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

Side by Side Diff: LayoutTests/platform/mac/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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "bounds": [250, 170], 127 "bounds": [250, 170],
127 "children": [ 128 "children": [
128 { 129 {
129 "children": [ 130 "children": [
130 { 131 {
131 "bounds": [250, 230], 132 "bounds": [250, 230],
132 "children": [ 133 "children": [
133 { 134 {
134 "bounds": [250, 230], 135 "bounds": [250, 230],
135 "drawsContent": true, 136 "drawsContent": true,
137 "backgroundColor": "#C0C0C0",
136 "children": [ 138 "children": [
137 { 139 {
138 "position": [18, 10], 140 "position": [18, 10],
139 "bounds": [210, 210], 141 "bounds": [210, 210],
140 "contentsOpaque": true, 142 "contentsOpaque": true,
141 "drawsContent": true, 143 "drawsContent": true,
142 "backgroundColor": "#0000FF" 144 "backgroundColor": "#0000FF"
143 } 145 }
144 ] 146 ]
145 } 147 }
(...skipping 15 matching lines...) Expand all
161 163
162 -------- 164 --------
163 Frame: '/-->' 165 Frame: '/-->'
164 -------- 166 --------
165 { 167 {
166 "bounds": [250, 230], 168 "bounds": [250, 230],
167 "children": [ 169 "children": [
168 { 170 {
169 "bounds": [250, 230], 171 "bounds": [250, 230],
170 "drawsContent": true, 172 "drawsContent": true,
173 "backgroundColor": "#C0C0C0",
171 "children": [ 174 "children": [
172 { 175 {
173 "position": [18, 10], 176 "position": [18, 10],
174 "bounds": [210, 210], 177 "bounds": [210, 210],
175 "contentsOpaque": true, 178 "contentsOpaque": true,
176 "drawsContent": true, 179 "drawsContent": true,
177 "backgroundColor": "#0000FF" 180 "backgroundColor": "#0000FF"
178 } 181 }
179 ] 182 ]
180 } 183 }
181 ] 184 ]
182 } 185 }
183 186
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698