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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/iframes/resizer-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 (position 8.00 8.00) 11 "position": [8, 8],
12 (bounds 304.00 154.00) 12 "bounds": [304, 154],
13 (drawsContent 1) 13 "drawsContent": true,
14 (children 2 14 "children": [
15 (GraphicsLayer 15 {
16 (position 2.00 2.00) 16 "position": [2, 2],
17 (children 2 17 "children": [
18 (GraphicsLayer 18 {
19 (bounds 285.00 150.00) 19 "bounds": [285, 150],
20 (children 1 20 "children": [
21 (GraphicsLayer 21 {
22 (children 1 22 "children": [
23 (GraphicsLayer 23 {
24 (bounds 285.00 230.00) 24 "bounds": [285, 230],
25 (children 1 25 "children": [
26 (GraphicsLayer 26 {
27 (bounds 285.00 230.00) 27 "bounds": [285, 230],
28 (drawsContent 1) 28 "drawsContent": true,
29 (children 1 29 "children": [
30 (GraphicsLayer 30 {
31 (position 18.00 10.00) 31 "position": [18, 10],
32 (bounds 210.00 210.00) 32 "bounds": [210, 210],
33 (contentsOpaque 1) 33 "contentsOpaque": true,
34 (drawsContent 1) 34 "drawsContent": true,
35 (backgroundColor #0000FF) 35 "backgroundColor": "#0000FF"
36 ) 36 }
37 ) 37 ]
38 ) 38 }
39 ) 39 ]
40 ) 40 }
41 ) 41 ]
42 ) 42 }
43 ) 43 ]
44 ) 44 },
45 (GraphicsLayer 45 {
46 (position 285.00 0.00) 46 "position": [285, 0],
47 (bounds 15.00 150.00) 47 "bounds": [15, 150],
48 (drawsContent 1) 48 "drawsContent": true
49 ) 49 }
50 ) 50 ]
51 ) 51 },
52 (GraphicsLayer 52 {
53 (position 287.00 137.00) 53 "position": [287, 137],
54 (bounds 15.00 15.00) 54 "bounds": [15, 15],
55 (drawsContent 1) 55 "drawsContent": true
56 ) 56 }
57 ) 57 ]
58 ) 58 }
59 ) 59 ]
60 ) 60 }
61 ) 61 ]
62 ) 62 }
63 63
64 64
65 -------- 65 --------
66 Frame: '-->' 66 Frame: '-->'
67 -------- 67 --------
68 (GraphicsLayer 68 {
69 (bounds 285.00 230.00) 69 "bounds": [285, 230],
70 (children 1 70 "children": [
71 (GraphicsLayer 71 {
72 (bounds 285.00 230.00) 72 "bounds": [285, 230],
73 (drawsContent 1) 73 "drawsContent": true,
74 (children 1 74 "children": [
75 (GraphicsLayer 75 {
76 (position 18.00 10.00) 76 "position": [18, 10],
77 (bounds 210.00 210.00) 77 "bounds": [210, 210],
78 (contentsOpaque 1) 78 "contentsOpaque": true,
79 (drawsContent 1) 79 "drawsContent": true,
80 (backgroundColor #0000FF) 80 "backgroundColor": "#0000FF"
81 ) 81 }
82 ) 82 ]
83 ) 83 }
84 ) 84 ]
85 ) 85 }
86 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698