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

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

Issue 1457963006: Revert of Clip scrollbars to box bounds when they don't fit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 "drawsContent": true, 14 "drawsContent": true,
15 "backgroundColor": "#CCCCCC", 15 "backgroundColor": "#CCCCCC",
16 "children": [ 16 "children": [
17 { 17 {
18 "position": [1, 1], 18 "position": [1, 1],
19 "bounds": [189, 124], 19 "bounds": [189, 124],
20 "children": [ 20 "children": [
21 { 21 {
22 "bounds": [189, 328], 22 "bounds": [189, 328],
23 "shouldFlattenTransform": false, 23 "shouldFlattenTransform": false,
24 "drawsContent": true 24 "drawsContent": true
25 } 25 }
26 ] 26 ]
27 }, 27 },
28 { 28 {
29 "bounds": [206, 126],
30 "children": [ 29 "children": [
31 { 30 {
32 "position": [190, 1], 31 "position": [190, 1],
33 "bounds": [15, 109] 32 "bounds": [15, 109]
34 }, 33 },
35 { 34 {
36 "position": [190, 110], 35 "position": [190, 110],
37 "bounds": [15, 15], 36 "bounds": [15, 15],
38 "drawsContent": true 37 "drawsContent": true
39 } 38 }
(...skipping 13 matching lines...) Expand all
53 "bounds": [189, 124], 52 "bounds": [189, 124],
54 "children": [ 53 "children": [
55 { 54 {
56 "bounds": [189, 328], 55 "bounds": [189, 328],
57 "shouldFlattenTransform": false, 56 "shouldFlattenTransform": false,
58 "drawsContent": true 57 "drawsContent": true
59 } 58 }
60 ] 59 ]
61 }, 60 },
62 { 61 {
63 "bounds": [206, 126],
64 "children": [ 62 "children": [
65 { 63 {
66 "position": [190, 1], 64 "position": [190, 1],
67 "bounds": [15, 109] 65 "bounds": [15, 109]
68 }, 66 },
69 { 67 {
70 "position": [190, 110], 68 "position": [190, 110],
71 "bounds": [15, 15], 69 "bounds": [15, 15],
72 "drawsContent": true 70 "drawsContent": true
73 } 71 }
74 ] 72 ]
75 } 73 }
76 ] 74 ]
77 } 75 }
78 ] 76 ]
79 } 77 }
80 ] 78 ]
81 } 79 }
82 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698