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

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

Powered by Google App Engine
This is Rietveld 408576698