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

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

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

Powered by Google App Engine
This is Rietveld 408576698