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

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

Issue 2264663002: Paint solid color backgrounds which are equivalent to locally attached into scrolling contents layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scrollcontent-paint-bg
Patch Set: Add test and only skip local equivalence if outline enters padding-box 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,
17 "shouldFlattenTransform": false, 16 "shouldFlattenTransform": false,
18 "drawsContent": true, 17 "drawsContent": true,
19 "backgroundColor": "#CCCCCC", 18 "backgroundColor": "#CCCCCC",
20 "children": [ 19 "children": [
21 { 20 {
22 "name": "Scrolling Layer", 21 "name": "Scrolling Layer",
23 "position": [1, 1], 22 "position": [1, 1],
24 "bounds": [189, 124], 23 "bounds": [189, 124],
25 "shouldFlattenTransform": false, 24 "shouldFlattenTransform": false,
26 "children": [ 25 "children": [
27 { 26 {
28 "name": "Scrolling Contents Layer", 27 "name": "Scrolling Contents Layer",
29 "bounds": [189, 337], 28 "bounds": [189, 337],
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,
58 "shouldFlattenTransform": false, 57 "shouldFlattenTransform": false,
59 "drawsContent": true, 58 "drawsContent": true,
60 "backgroundColor": "#CCCCCC", 59 "backgroundColor": "#CCCCCC",
61 "children": [ 60 "children": [
62 { 61 {
63 "name": "Scrolling Layer", 62 "name": "Scrolling Layer",
64 "position": [1, 1], 63 "position": [1, 1],
65 "bounds": [189, 124], 64 "bounds": [189, 124],
66 "shouldFlattenTransform": false, 65 "shouldFlattenTransform": false,
67 "children": [ 66 "children": [
68 { 67 {
69 "name": "Scrolling Contents Layer", 68 "name": "Scrolling Contents Layer",
70 "bounds": [189, 337], 69 "bounds": [189, 337],
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