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

Side by Side Diff: LayoutTests/platform/mac/virtual/softwarecompositing/iframes/connect-compositing-iframe2-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 (GraphicsLayer 2 {
3 (bounds 800.00 600.00) 3 "bounds": [800, 600],
4 (children 1 4 "children": [
5 (GraphicsLayer 5 {
6 (bounds 800.00 600.00) 6 "bounds": [800, 600],
7 (contentsOpaque 1) 7 "contentsOpaque": true,
8 (drawsContent 1) 8 "drawsContent": true,
9 (children 1 9 "children": [
10 (GraphicsLayer 10 {
11 (children 2 11 "children": [
12 (GraphicsLayer 12 {
13 (position 8.00 8.00) 13 "position": [8, 8],
14 (bounds 370.00 220.00) 14 "bounds": [370, 220],
15 (drawsContent 1) 15 "drawsContent": true,
16 (children 1 16 "children": [
17 (GraphicsLayer 17 {
18 (position 35.00 35.00) 18 "position": [35, 35],
19 (children 2 19 "children": [
20 (GraphicsLayer 20 {
21 (bounds 285.00 150.00) 21 "bounds": [285, 150],
22 (children 1 22 "children": [
23 (GraphicsLayer 23 {
24 (children 1 24 "children": [
25 (GraphicsLayer 25 {
26 (bounds 285.00 230.00) 26 "bounds": [285, 230],
27 (children 1 27 "children": [
28 (GraphicsLayer 28 {
29 (bounds 285.00 230.00) 29 "bounds": [285, 230],
30 (drawsContent 1) 30 "drawsContent": true,
31 (children 1 31 "children": [
32 (GraphicsLayer 32 {
33 (position 18.00 10.00) 33 "position": [18, 10],
34 (bounds 210.00 210.00) 34 "bounds": [210, 210],
35 (contentsOpaque 1) 35 "contentsOpaque": true,
36 (drawsContent 1) 36 "drawsContent": true,
37 (backgroundColor #0000FF) 37 "backgroundColor": "#0000FF"
38 ) 38 }
39 ) 39 ]
40 ) 40 }
41 ) 41 ]
42 ) 42 }
43 ) 43 ]
44 ) 44 }
45 ) 45 ]
46 ) 46 },
47 (GraphicsLayer 47 {
48 (position 285.00 0.00) 48 "position": [285, 0],
49 (bounds 15.00 150.00) 49 "bounds": [15, 150]
50 ) 50 }
51 ) 51 ]
52 ) 52 }
53 ) 53 ]
54 ) 54 },
55 (GraphicsLayer 55 {
56 (position 5.00 5.00) 56 "position": [5, 5],
57 (bounds 50.00 50.00) 57 "bounds": [50, 50],
58 (drawsContent 1) 58 "drawsContent": true
59 ) 59 }
60 ) 60 ]
61 ) 61 }
62 ) 62 ]
63 ) 63 }
64 ) 64 ]
65 ) 65 }
66 66
67 67
68 -------- 68 --------
69 Frame: '<!--framePath //<!--frame0-->-->' 69 Frame: '<!--framePath //<!--frame0-->-->'
70 -------- 70 --------
71 (GraphicsLayer 71 {
72 (bounds 285.00 230.00) 72 "bounds": [285, 230],
73 (children 1 73 "children": [
74 (GraphicsLayer 74 {
75 (bounds 285.00 230.00) 75 "bounds": [285, 230],
76 (drawsContent 1) 76 "drawsContent": true,
77 (children 1 77 "children": [
78 (GraphicsLayer 78 {
79 (position 18.00 10.00) 79 "position": [18, 10],
80 (bounds 210.00 210.00) 80 "bounds": [210, 210],
81 (contentsOpaque 1) 81 "contentsOpaque": true,
82 (drawsContent 1) 82 "drawsContent": true,
83 (backgroundColor #0000FF) 83 "backgroundColor": "#0000FF"
84 ) 84 }
85 ) 85 ]
86 ) 86 }
87 ) 87 ]
88 ) 88 }
89 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698