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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/compositing/iframes/scrolling-iframe-expected.txt

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 2 9 "children": [
10 (GraphicsLayer 10 {
11 (position 8.00 8.00) 11 "position": [8, 8],
12 (bounds 370.00 220.00) 12 "bounds": [370, 220],
13 (drawsContent 1) 13 "drawsContent": true,
14 (children 1 14 "children": [
15 (GraphicsLayer 15 {
16 (position 35.00 35.00) 16 "position": [35, 35],
17 (children 4 17 "bounds": [300, 150],
18 (GraphicsLayer 18 "children": [
19 (bounds 285.00 135.00) 19 {
20 (children 1 20 "bounds": [285, 135],
21 (GraphicsLayer 21 "children": [
22 (position -80.00 -80.00) 22 {
23 (children 1 23 "children": [
24 (GraphicsLayer 24 {
25 (bounds 508.00 608.00) 25 "bounds": [508, 608],
26 (children 1 26 "children": [
27 (GraphicsLayer 27 {
28 (bounds 508.00 608.00) 28 "bounds": [508, 608],
29 (drawsContent 1) 29 "drawsContent": true,
30 (children 1 30 "backgroundColor": "#C0C0C0",
31 (GraphicsLayer 31 "children": [
32 (position 108.00 100.00) 32 {
33 (bounds 200.00 200.00) 33 "position": [108, 100],
34 (contentsOpaque 1) 34 "bounds": [200, 200],
35 (drawsContent 1) 35 "contentsOpaque": true,
36 (backgroundColor #0000FF) 36 "drawsContent": true,
37 ) 37 "backgroundColor": "#0000FF"
38 ) 38 }
39 ) 39 ]
40 ) 40 }
41 ) 41 ]
42 ) 42 }
43 ) 43 ]
44 ) 44 }
45 ) 45 ]
46 (GraphicsLayer 46 },
47 (position 285.00 0.00) 47 {
48 (bounds 15.00 135.00) 48 "position": [0, 135],
49 (drawsContent 1) 49 "bounds": [285, 15],
50 ) 50 "drawsContent": true
51 (GraphicsLayer 51 },
52 (position 0.00 135.00) 52 {
53 (bounds 285.00 15.00) 53 "position": [285, 0],
54 (drawsContent 1) 54 "bounds": [15, 135],
55 ) 55 "drawsContent": true
56 (GraphicsLayer 56 },
57 (position 285.00 135.00) 57 {
58 (bounds 15.00 15.00) 58 "position": [285, 135],
59 (drawsContent 1) 59 "bounds": [15, 15],
60 ) 60 "drawsContent": true
61 ) 61 }
62 ) 62 ]
63 ) 63 }
64 ) 64 ]
65 (GraphicsLayer 65 },
66 (position 5.00 5.00) 66 {
67 (bounds 50.00 50.00) 67 "position": [5, 5],
68 (drawsContent 1) 68 "bounds": [50, 50],
69 (backgroundColor #00000033) 69 "drawsContent": true,
70 ) 70 "backgroundColor": "#00000033"
71 ) 71 }
72 ) 72 ]
73 ) 73 }
74 ) 74 ]
75 }
75 76
77
78 --------
79 Frame: '-->'
80 --------
81 {
82 "bounds": [508, 608],
83 "children": [
84 {
85 "bounds": [508, 608],
86 "drawsContent": true,
87 "backgroundColor": "#C0C0C0",
88 "children": [
89 {
90 "position": [108, 100],
91 "bounds": [200, 200],
92 "contentsOpaque": true,
93 "drawsContent": true,
94 "backgroundColor": "#0000FF"
95 }
96 ]
97 }
98 ]
99 }
100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698