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

Side by Side Diff: LayoutTests/platform/win/compositing/iframes/iframe-size-from-zero-expected.txt

Issue 575353002: Don't squash into RenderPart subclasses. Don't squash into video elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed. 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": [28, 28],
12 "bounds": [330, 180],
13 "drawsContent": true,
11 "children": [ 14 "children": [
12 { 15 {
13 "position": [28, 28], 16 "position": [15, 15],
14 "bounds": [330, 180], 17 "bounds": [300, 150],
15 "drawsContent": true,
16 "children": [ 18 "children": [
17 { 19 {
18 "position": [15, 15], 20 "bounds": [285, 150],
19 "bounds": [300, 150],
20 "children": [ 21 "children": [
21 { 22 {
22 "bounds": [285, 150],
23 "children": [ 23 "children": [
24 { 24 {
25 "bounds": [285, 230],
25 "children": [ 26 "children": [
26 { 27 {
27 "bounds": [285, 230], 28 "bounds": [285, 230],
29 "drawsContent": true,
28 "children": [ 30 "children": [
29 { 31 {
30 "bounds": [285, 230], 32 "position": [18, 10],
33 "bounds": [210, 210],
34 "contentsOpaque": true,
31 "drawsContent": true, 35 "drawsContent": true,
32 "children": [ 36 "backgroundColor": "#0000FF"
33 {
34 "position": [18, 10],
35 "bounds": [210, 210],
36 "contentsOpaque": true,
37 "drawsContent": true,
38 "backgroundColor": "#0000FF"
39 }
40 ]
41 } 37 }
42 ] 38 ]
43 } 39 }
44 ] 40 ]
45 } 41 }
46 ] 42 ]
47 },
48 {
49 "position": [285, 0],
50 "bounds": [15, 150],
51 "drawsContent": true
52 } 43 }
53 ] 44 ]
45 },
46 {
47 "position": [285, 0],
48 "bounds": [15, 150],
49 "drawsContent": true
54 } 50 }
55 ] 51 ]
56 },
57 {
58 "position": [5, 5],
59 "bounds": [50, 50],
60 "drawsContent": true
61 } 52 }
62 ] 53 ]
54 },
55 {
56 "position": [5, 5],
57 "bounds": [50, 50],
58 "drawsContent": true,
59 "backgroundColor": "#00000033"
63 } 60 }
64 ] 61 ]
65 } 62 }
66 ] 63 ]
67 } 64 }
68 65
69 66
70 -------- 67 --------
71 Frame: '-->' 68 Frame: '-->'
72 -------- 69 --------
73 { 70 {
74 "bounds": [285, 230], 71 "bounds": [285, 230],
75 "children": [ 72 "children": [
76 { 73 {
77 "bounds": [285, 230], 74 "bounds": [285, 230],
78 "drawsContent": true, 75 "drawsContent": true,
79 "children": [ 76 "children": [
80 { 77 {
81 "position": [18, 10], 78 "position": [18, 10],
82 "bounds": [210, 210], 79 "bounds": [210, 210],
83 "contentsOpaque": true, 80 "contentsOpaque": true,
84 "drawsContent": true, 81 "drawsContent": true,
85 "backgroundColor": "#0000FF" 82 "backgroundColor": "#0000FF"
86 } 83 }
87 ] 84 ]
88 } 85 }
89 ] 86 ]
90 } 87 }
91 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698