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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/compositing/overflow/scroll-parent-absolute-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 (GraphicsLayer 1 {
2 (bounds 785.00 5516.00) 2 "bounds": [785, 5516],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 785.00 5516.00) 5 "bounds": [785, 5516],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (children 4 8 "children": [
9 (GraphicsLayer 9 {
10 (position 8.00 8.00) 10 "position": [8, 8],
11 (bounds 500.00 500.00) 11 "bounds": [500, 500],
12 (contentsOpaque 1) 12 "contentsOpaque": true,
13 (drawsContent 1) 13 "drawsContent": true,
14 (backgroundColor #0000FF) 14 "backgroundColor": "#0000FF",
15 (children 4 15 "children": [
16 (GraphicsLayer 16 {
17 (bounds 485.00 485.00) 17 "bounds": [485, 485],
18 (children 1 18 "children": [
19 (GraphicsLayer 19 {
20 (bounds 485.00 5000.00) 20 "bounds": [485, 5000],
21 (shouldFlattenTransform 0) 21 "shouldFlattenTransform": false,
22 (drawsContent 1) 22 "drawsContent": true,
23 (children 1 23 "children": [
24 (GraphicsLayer 24 {
25 )
26 )
27 )
28 )
29 )
30 (GraphicsLayer
31 (position 0.00 485.00)
32 (bounds 485.00 15.00)
33 (drawsContent 1)
34 )
35 (GraphicsLayer
36 (position 485.00 0.00)
37 (bounds 15.00 485.00)
38 (drawsContent 1)
39 )
40 (GraphicsLayer
41 (position 485.00 485.00)
42 (bounds 15.00 15.00)
43 (drawsContent 1)
44 )
45 )
46 )
47 (GraphicsLayer
48 (position 8.00 8.00)
49 (bounds 400.00 400.00)
50 (contentsOpaque 1)
51 (drawsContent 1)
52 (backgroundColor #008000)
53 (hasClipParent 1)
54 )
55 (GraphicsLayer
56 (position 8.00 8.00)
57 (bounds 300.00 300.00)
58 (contentsOpaque 1)
59 (drawsContent 1)
60 (backfaceVisibility hidden)
61 (backgroundColor #FFFF00)
62 )
63 (GraphicsLayer
64 (position 8.00 8.00)
65 (bounds 20.00 5000.00)
66 (contentsOpaque 1)
67 (drawsContent 1)
68 (backgroundColor #FA8072)
69 (hasScrollParent 1)
70 )
71 )
72 )
73 )
74 )
75 25
26 }
27 ]
28 }
29 ]
30 },
31 {
32 "position": [0, 485],
33 "bounds": [485, 15],
34 "drawsContent": true
35 },
36 {
37 "position": [485, 0],
38 "bounds": [15, 485],
39 "drawsContent": true
40 },
41 {
42 "position": [485, 485],
43 "bounds": [15, 15],
44 "drawsContent": true
45 }
46 ]
47 },
48 {
49 "position": [8, 8],
50 "bounds": [400, 400],
51 "contentsOpaque": true,
52 "drawsContent": true,
53 "backgroundColor": "#008000",
54 "hasClipParent": true
55 },
56 {
57 "position": [8, 8],
58 "bounds": [300, 300],
59 "contentsOpaque": true,
60 "drawsContent": true,
61 "backfaceVisibility": "hidden",
62 "backgroundColor": "#FFFF00"
63 },
64 {
65 "position": [8, 8],
66 "bounds": [20, 5000],
67 "contentsOpaque": true,
68 "drawsContent": true,
69 "backgroundColor": "#FA8072",
70 "hasScrollParent": true
71 }
72 ]
73 }
74 ]
75 }
76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698