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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/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 (drawsContent 1) 50 "drawsContent": true
51 ) 51 }
52 ) 52 ]
53 ) 53 }
54 ) 54 ]
55 ) 55 },
56 (GraphicsLayer 56 {
57 (position 5.00 5.00) 57 "position": [5, 5],
58 (bounds 50.00 50.00) 58 "bounds": [50, 50],
59 (drawsContent 1) 59 "drawsContent": true
60 ) 60 }
61 ) 61 ]
62 ) 62 }
63 ) 63 ]
64 ) 64 }
65 ) 65 ]
66 ) 66 }
67 67
68 68
69 -------- 69 --------
70 Frame: '<!--framePath //<!--frame0-->-->' 70 Frame: '<!--framePath //<!--frame0-->-->'
71 -------- 71 --------
72 (GraphicsLayer 72 {
73 (bounds 285.00 230.00) 73 "bounds": [285, 230],
74 (children 1 74 "children": [
75 (GraphicsLayer 75 {
76 (bounds 285.00 230.00) 76 "bounds": [285, 230],
77 (drawsContent 1) 77 "drawsContent": true,
78 (children 1 78 "children": [
79 (GraphicsLayer 79 {
80 (position 18.00 10.00) 80 "position": [18, 10],
81 (bounds 210.00 210.00) 81 "bounds": [210, 210],
82 (contentsOpaque 1) 82 "contentsOpaque": true,
83 (drawsContent 1) 83 "drawsContent": true,
84 (backgroundColor #0000FF) 84 "backgroundColor": "#0000FF"
85 ) 85 }
86 ) 86 ]
87 ) 87 }
88 ) 88 ]
89 ) 89 }
90 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698