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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/compositing/overflow/textarea-scroll-touch-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 2 9 "children": [
10 (GraphicsLayer 10 {
11 (position 18.00 18.00) 11 "position": [18, 18],
12 (bounds 206.00 126.00) 12 "bounds": [206, 126],
13 (contentsOpaque 1) 13 "contentsOpaque": true,
14 (drawsContent 1) 14 "drawsContent": true,
15 (backgroundColor #CCCCCC) 15 "backgroundColor": "#CCCCCC",
16 (children 3 16 "children": [
17 (GraphicsLayer 17 {
18 (position 1.00 1.00) 18 "position": [1, 1],
19 (bounds 189.00 124.00) 19 "bounds": [189, 124],
20 (children 1 20 "children": [
21 (GraphicsLayer 21 {
22 (bounds 189.00 308.00) 22 "bounds": [189, 308],
23 (shouldFlattenTransform 0) 23 "shouldFlattenTransform": false,
24 (drawsContent 1) 24 "drawsContent": true,
25 (children 1 25 "children": [
26 (GraphicsLayer 26 {
27 )
28 )
29 )
30 )
31 )
32 (GraphicsLayer
33 (position 190.00 1.00)
34 (bounds 15.00 109.00)
35 (drawsContent 1)
36 )
37 (GraphicsLayer
38 (position 190.00 110.00)
39 (bounds 15.00 15.00)
40 (drawsContent 1)
41 )
42 )
43 )
44 (GraphicsLayer
45 (position 248.00 18.00)
46 (bounds 206.00 126.00)
47 (contentsOpaque 1)
48 (drawsContent 1)
49 (backgroundColor #CCCCCC)
50 (children 3
51 (GraphicsLayer
52 (position 1.00 1.00)
53 (bounds 189.00 124.00)
54 (children 1
55 (GraphicsLayer
56 (bounds 189.00 308.00)
57 (shouldFlattenTransform 0)
58 (drawsContent 1)
59 (children 1
60 (GraphicsLayer
61 )
62 )
63 )
64 )
65 )
66 (GraphicsLayer
67 (position 190.00 1.00)
68 (bounds 15.00 109.00)
69 (drawsContent 1)
70 )
71 (GraphicsLayer
72 (position 190.00 110.00)
73 (bounds 15.00 15.00)
74 (drawsContent 1)
75 )
76 )
77 )
78 )
79 )
80 )
81 )
82 27
28 }
29 ]
30 }
31 ]
32 },
33 {
34 "position": [190, 1],
35 "bounds": [15, 109],
36 "drawsContent": true
37 },
38 {
39 "position": [190, 110],
40 "bounds": [15, 15],
41 "drawsContent": true
42 }
43 ]
44 },
45 {
46 "position": [248, 18],
47 "bounds": [206, 126],
48 "contentsOpaque": true,
49 "drawsContent": true,
50 "backgroundColor": "#CCCCCC",
51 "children": [
52 {
53 "position": [1, 1],
54 "bounds": [189, 124],
55 "children": [
56 {
57 "bounds": [189, 308],
58 "shouldFlattenTransform": false,
59 "drawsContent": true,
60 "children": [
61 {
62
63 }
64 ]
65 }
66 ]
67 },
68 {
69 "position": [190, 1],
70 "bounds": [15, 109],
71 "drawsContent": true
72 },
73 {
74 "position": [190, 110],
75 "bounds": [15, 15],
76 "drawsContent": true
77 }
78 ]
79 }
80 ]
81 }
82 ]
83 }
84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698