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

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

Issue 572193002: Auto-rebaseline for r182021 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 {
11 "position": [-12, -12], 11 "position": [-12, -12],
12 "bounds": [370, 220], 12 "bounds": [370, 220],
13 "drawsContent": true, 13 "drawsContent": true,
14 "children": [ 14 "children": [
15 { 15 {
16 "position": [35, 35], 16 "position": [35, 35],
17 "bounds": [300, 150],
17 "children": [ 18 "children": [
18 { 19 {
19 "bounds": [285, 150], 20 "bounds": [285, 150],
20 "children": [ 21 "children": [
21 { 22 {
22 "children": [ 23 "children": [
23 { 24 {
24 "bounds": [285, 192], 25 "bounds": [285, 192],
25 "children": [ 26 "children": [
26 { 27 {
27 "bounds": [285, 192], 28 "bounds": [285, 192],
28 "drawsContent": true, 29 "drawsContent": true,
29 "children": [ 30 "children": [
30 { 31 {
31 "position": [8, 8], 32 "position": [8, 8],
32 "bounds": [252, 172], 33 "bounds": [252, 172],
33 "drawsContent": true, 34 "drawsContent": true,
34 "children": [ 35 "children": [
35 { 36 {
36 "position": [1, 1], 37 "position": [1, 1],
38 "bounds": [250, 170],
37 "children": [ 39 "children": [
38 { 40 {
39 "bounds": [250, 170], 41 "bounds": [250, 170],
40 "children": [ 42 "children": [
41 { 43 {
42 "children": [ 44 "children": [
43 { 45 {
44 "bounds": [250, 230], 46 "bounds": [250, 230],
45 "children": [ 47 "children": [
46 { 48 {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "bounds": [285, 192], 114 "bounds": [285, 192],
113 "drawsContent": true, 115 "drawsContent": true,
114 "children": [ 116 "children": [
115 { 117 {
116 "position": [8, 8], 118 "position": [8, 8],
117 "bounds": [252, 172], 119 "bounds": [252, 172],
118 "drawsContent": true, 120 "drawsContent": true,
119 "children": [ 121 "children": [
120 { 122 {
121 "position": [1, 1], 123 "position": [1, 1],
124 "bounds": [250, 170],
122 "children": [ 125 "children": [
123 { 126 {
124 "bounds": [250, 170], 127 "bounds": [250, 170],
125 "children": [ 128 "children": [
126 { 129 {
127 "children": [ 130 "children": [
128 { 131 {
129 "bounds": [250, 230], 132 "bounds": [250, 230],
130 "children": [ 133 "children": [
131 { 134 {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "bounds": [210, 210], 175 "bounds": [210, 210],
173 "contentsOpaque": true, 176 "contentsOpaque": true,
174 "drawsContent": true, 177 "drawsContent": true,
175 "backgroundColor": "#0000FF" 178 "backgroundColor": "#0000FF"
176 } 179 }
177 ] 180 ]
178 } 181 }
179 ] 182 ]
180 } 183 }
181 184
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698