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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/compositing/overflow/textarea-scroll-touch-expected.txt

Issue 1507373005: Auto-rebaseline for r364120 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
OLDNEW
1 1
2 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
11 "position": [18, 18], 11 "position": [18, 18],
12 "bounds": [206, 126], 12 "bounds": [206, 126],
13 "contentsOpaque": true, 13 "contentsOpaque": true,
14 "shouldFlattenTransform": false,
14 "drawsContent": true, 15 "drawsContent": true,
15 "backgroundColor": "#CCCCCC", 16 "backgroundColor": "#CCCCCC",
16 "children": [ 17 "children": [
17 { 18 {
18 "position": [1, 1], 19 "position": [1, 1],
19 "bounds": [189, 124], 20 "bounds": [189, 124],
21 "shouldFlattenTransform": false,
20 "children": [ 22 "children": [
21 { 23 {
22 "bounds": [189, 308], 24 "bounds": [189, 308],
23 "shouldFlattenTransform": false,
24 "drawsContent": true 25 "drawsContent": true
25 } 26 }
26 ] 27 ]
27 }, 28 },
28 { 29 {
29 "bounds": [206, 126], 30 "bounds": [206, 126],
30 "children": [ 31 "children": [
31 { 32 {
32 "position": [190, 1], 33 "position": [190, 1],
33 "bounds": [15, 109], 34 "bounds": [15, 109],
34 "drawsContent": true 35 "drawsContent": true
35 }, 36 },
36 { 37 {
37 "position": [190, 110], 38 "position": [190, 110],
38 "bounds": [15, 15], 39 "bounds": [15, 15],
39 "drawsContent": true 40 "drawsContent": true
40 } 41 }
41 ] 42 ]
42 } 43 }
43 ] 44 ]
44 }, 45 },
45 { 46 {
46 "position": [248, 18], 47 "position": [248, 18],
47 "bounds": [206, 126], 48 "bounds": [206, 126],
48 "contentsOpaque": true, 49 "contentsOpaque": true,
50 "shouldFlattenTransform": false,
49 "drawsContent": true, 51 "drawsContent": true,
50 "backgroundColor": "#CCCCCC", 52 "backgroundColor": "#CCCCCC",
51 "children": [ 53 "children": [
52 { 54 {
53 "position": [1, 1], 55 "position": [1, 1],
54 "bounds": [189, 124], 56 "bounds": [189, 124],
57 "shouldFlattenTransform": false,
55 "children": [ 58 "children": [
56 { 59 {
57 "bounds": [189, 308], 60 "bounds": [189, 308],
58 "shouldFlattenTransform": false,
59 "drawsContent": true 61 "drawsContent": true
60 } 62 }
61 ] 63 ]
62 }, 64 },
63 { 65 {
64 "bounds": [206, 126], 66 "bounds": [206, 126],
65 "children": [ 67 "children": [
66 { 68 {
67 "position": [190, 1], 69 "position": [190, 1],
68 "bounds": [15, 109], 70 "bounds": [15, 109],
69 "drawsContent": true 71 "drawsContent": true
70 }, 72 },
71 { 73 {
72 "position": [190, 110], 74 "position": [190, 110],
73 "bounds": [15, 15], 75 "bounds": [15, 15],
74 "drawsContent": true 76 "drawsContent": true
75 } 77 }
76 ] 78 ]
77 } 79 }
78 ] 80 ]
79 } 81 }
80 ] 82 ]
81 } 83 }
82 ] 84 ]
83 } 85 }
84 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698