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

Side by Side Diff: LayoutTests/platform/mac/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 )
34 (GraphicsLayer
35 (position 485.00 0.00)
36 (bounds 15.00 485.00)
37 )
38 (GraphicsLayer
39 (position 485.00 485.00)
40 (bounds 15.00 15.00)
41 (drawsContent 1)
42 )
43 )
44 )
45 (GraphicsLayer
46 (position 8.00 8.00)
47 (bounds 400.00 400.00)
48 (contentsOpaque 1)
49 (drawsContent 1)
50 (backgroundColor #008000)
51 (hasClipParent 1)
52 )
53 (GraphicsLayer
54 (position 8.00 8.00)
55 (bounds 300.00 300.00)
56 (contentsOpaque 1)
57 (drawsContent 1)
58 (backfaceVisibility hidden)
59 (backgroundColor #FFFF00)
60 )
61 (GraphicsLayer
62 (position 8.00 8.00)
63 (bounds 20.00 5000.00)
64 (contentsOpaque 1)
65 (drawsContent 1)
66 (backgroundColor #FA8072)
67 (hasScrollParent 1)
68 )
69 )
70 )
71 )
72 )
73 25
26 }
27 ]
28 }
29 ]
30 },
31 {
32 "position": [0, 485],
33 "bounds": [485, 15]
34 },
35 {
36 "position": [485, 0],
37 "bounds": [15, 485]
38 },
39 {
40 "position": [485, 485],
41 "bounds": [15, 15],
42 "drawsContent": true
43 }
44 ]
45 },
46 {
47 "position": [8, 8],
48 "bounds": [400, 400],
49 "contentsOpaque": true,
50 "drawsContent": true,
51 "backgroundColor": "#008000",
52 "hasClipParent": true
53 },
54 {
55 "position": [8, 8],
56 "bounds": [300, 300],
57 "contentsOpaque": true,
58 "drawsContent": true,
59 "backfaceVisibility": "hidden",
60 "backgroundColor": "#FFFF00"
61 },
62 {
63 "position": [8, 8],
64 "bounds": [20, 5000],
65 "contentsOpaque": true,
66 "drawsContent": true,
67 "backgroundColor": "#FA8072",
68 "hasScrollParent": true
69 }
70 ]
71 }
72 ]
73 }
74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698