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

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

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

Powered by Google App Engine
This is Rietveld 408576698