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

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

Issue 1407383005: Fix flattening for scrollable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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, 328], 24 "bounds": [189, 328],
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 }, 35 },
35 { 36 {
36 "position": [190, 110], 37 "position": [190, 110],
37 "bounds": [15, 15], 38 "bounds": [15, 15],
38 "drawsContent": true 39 "drawsContent": true
39 } 40 }
40 ] 41 ]
41 } 42 }
42 ] 43 ]
43 }, 44 },
44 { 45 {
45 "position": [248, 18], 46 "position": [248, 18],
46 "bounds": [206, 126], 47 "bounds": [206, 126],
47 "contentsOpaque": true, 48 "contentsOpaque": true,
49 "shouldFlattenTransform": false,
48 "drawsContent": true, 50 "drawsContent": true,
49 "backgroundColor": "#CCCCCC", 51 "backgroundColor": "#CCCCCC",
50 "children": [ 52 "children": [
51 { 53 {
52 "position": [1, 1], 54 "position": [1, 1],
53 "bounds": [189, 124], 55 "bounds": [189, 124],
56 "shouldFlattenTransform": false,
54 "children": [ 57 "children": [
55 { 58 {
56 "bounds": [189, 328], 59 "bounds": [189, 328],
57 "shouldFlattenTransform": false,
58 "drawsContent": true 60 "drawsContent": true
59 } 61 }
60 ] 62 ]
61 }, 63 },
62 { 64 {
63 "bounds": [206, 126], 65 "bounds": [206, 126],
64 "children": [ 66 "children": [
65 { 67 {
66 "position": [190, 1], 68 "position": [190, 1],
67 "bounds": [15, 109] 69 "bounds": [15, 109]
68 }, 70 },
69 { 71 {
70 "position": [190, 110], 72 "position": [190, 110],
71 "bounds": [15, 15], 73 "bounds": [15, 15],
72 "drawsContent": true 74 "drawsContent": true
73 } 75 }
74 ] 76 ]
75 } 77 }
76 ] 78 ]
77 } 79 }
78 ] 80 ]
79 } 81 }
80 ] 82 ]
81 } 83 }
82 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698