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

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

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 1
2 { 2 {
3 "name": "Content Root Layer", 3 "layers": [
4 "bounds": [800, 600],
5 "children": [
6 { 4 {
7 "name": "LayoutView #document", 5 "name": "LayoutView #document",
8 "bounds": [800, 600], 6 "bounds": [800, 600],
9 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true
9 },
10 {
11 "name": "LayoutTextControl TEXTAREA",
12 "position": [18, 18],
13 "bounds": [206, 126],
14 "shouldFlattenTransform": false,
10 "drawsContent": true, 15 "drawsContent": true,
11 "children": [ 16 "backgroundColor": "#CCCCCC"
12 { 17 },
13 "name": "LayoutTextControl TEXTAREA", 18 {
14 "position": [18, 18], 19 "name": "Scrolling Layer",
15 "bounds": [206, 126], 20 "position": [1, 1],
16 "shouldFlattenTransform": false, 21 "bounds": [189, 124],
17 "drawsContent": true, 22 "shouldFlattenTransform": false
18 "backgroundColor": "#CCCCCC", 23 },
19 "children": [ 24 {
20 { 25 "name": "Scrolling Contents Layer",
21 "name": "Scrolling Layer", 26 "bounds": [189, 328],
22 "position": [1, 1], 27 "contentsOpaque": true,
23 "bounds": [189, 124], 28 "drawsContent": true
24 "shouldFlattenTransform": false, 29 },
25 "children": [ 30 {
26 { 31 "name": "Overflow Controls Host Layer",
27 "name": "Scrolling Contents Layer", 32 "bounds": [206, 126]
28 "bounds": [189, 328], 33 },
29 "contentsOpaque": true, 34 {
30 "drawsContent": true 35 "name": "Vertical Scrollbar Layer",
31 } 36 "position": [190, 1],
32 ] 37 "bounds": [15, 109]
33 }, 38 },
34 { 39 {
35 "name": "Overflow Controls Host Layer", 40 "name": "Scroll Corner Layer",
36 "bounds": [206, 126], 41 "position": [190, 110],
37 "children": [ 42 "bounds": [15, 15],
38 { 43 "drawsContent": true
39 "name": "Vertical Scrollbar Layer", 44 },
40 "position": [190, 1], 45 {
41 "bounds": [15, 109] 46 "name": "LayoutTextControl TEXTAREA",
42 }, 47 "position": [248, 18],
43 { 48 "bounds": [206, 126],
44 "name": "Scroll Corner Layer", 49 "shouldFlattenTransform": false,
45 "position": [190, 110], 50 "drawsContent": true,
46 "bounds": [15, 15], 51 "backgroundColor": "#CCCCCC"
47 "drawsContent": true 52 },
48 } 53 {
49 ] 54 "name": "Scrolling Layer",
50 } 55 "position": [1, 1],
51 ] 56 "bounds": [189, 124],
52 }, 57 "shouldFlattenTransform": false
53 { 58 },
54 "name": "LayoutTextControl TEXTAREA", 59 {
55 "position": [248, 18], 60 "name": "Scrolling Contents Layer",
56 "bounds": [206, 126], 61 "bounds": [189, 328],
57 "shouldFlattenTransform": false, 62 "contentsOpaque": true,
58 "drawsContent": true, 63 "drawsContent": true
59 "backgroundColor": "#CCCCCC", 64 },
60 "children": [ 65 {
61 { 66 "name": "Overflow Controls Host Layer",
62 "name": "Scrolling Layer", 67 "bounds": [206, 126]
63 "position": [1, 1], 68 },
64 "bounds": [189, 124], 69 {
65 "shouldFlattenTransform": false, 70 "name": "Vertical Scrollbar Layer",
66 "children": [ 71 "position": [190, 1],
67 { 72 "bounds": [15, 109]
68 "name": "Scrolling Contents Layer", 73 },
69 "bounds": [189, 328], 74 {
70 "contentsOpaque": true, 75 "name": "Scroll Corner Layer",
71 "drawsContent": true 76 "position": [190, 110],
72 } 77 "bounds": [15, 15],
73 ] 78 "drawsContent": true
74 },
75 {
76 "name": "Overflow Controls Host Layer",
77 "bounds": [206, 126],
78 "children": [
79 {
80 "name": "Vertical Scrollbar Layer",
81 "position": [190, 1],
82 "bounds": [15, 109]
83 },
84 {
85 "name": "Scroll Corner Layer",
86 "position": [190, 110],
87 "bounds": [15, 15],
88 "drawsContent": true
89 }
90 ]
91 }
92 ]
93 }
94 ]
95 } 79 }
96 ] 80 ]
97 } 81 }
98 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698