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

Side by Side Diff: LayoutTests/platform/mac/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 ) 49 "bounds": [285, 15]
50 (GraphicsLayer 50 },
51 (position 0.00 135.00) 51 {
52 (bounds 285.00 15.00) 52 "position": [285, 0],
53 ) 53 "bounds": [15, 135]
54 (GraphicsLayer 54 },
55 (position 285.00 135.00) 55 {
56 (bounds 15.00 15.00) 56 "position": [285, 135],
57 (drawsContent 1) 57 "bounds": [15, 15],
58 ) 58 "drawsContent": true
59 ) 59 }
60 ) 60 ]
61 ) 61 }
62 ) 62 ]
63 (GraphicsLayer 63 },
64 (position 5.00 5.00) 64 {
65 (bounds 50.00 50.00) 65 "position": [5, 5],
66 (drawsContent 1) 66 "bounds": [50, 50],
67 (backgroundColor #00000033) 67 "drawsContent": true,
68 ) 68 "backgroundColor": "#00000033"
69 ) 69 }
70 ) 70 ]
71 ) 71 }
72 ) 72 ]
73 }
73 74
75
76 --------
77 Frame: '-->'
78 --------
79 {
80 "bounds": [508, 608],
81 "children": [
82 {
83 "bounds": [508, 608],
84 "drawsContent": true,
85 "backgroundColor": "#C0C0C0",
86 "children": [
87 {
88 "position": [108, 100],
89 "bounds": [200, 200],
90 "contentsOpaque": true,
91 "drawsContent": true,
92 "backgroundColor": "#0000FF"
93 }
94 ]
95 }
96 ]
97 }
98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698