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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/resizer-expected.txt

Issue 1458353004: 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 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 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 } 44 }
45 ] 45 ]
46 }, 46 },
47 { 47 {
48 "position": [285, 0], 48 "position": [285, 0],
49 "bounds": [15, 150] 49 "bounds": [15, 150]
50 } 50 }
51 ] 51 ]
52 }, 52 },
53 { 53 {
54 "bounds": [304, 154], 54 "position": [287, 137],
55 "children": [ 55 "bounds": [15, 15],
56 { 56 "drawsContent": true
57 "position": [287, 137],
58 "bounds": [15, 15],
59 "drawsContent": true
60 }
61 ]
62 } 57 }
63 ] 58 ]
64 } 59 }
65 ] 60 ]
66 } 61 }
67 ] 62 ]
68 } 63 }
69 64
70 65
71 -------- 66 --------
(...skipping 12 matching lines...) Expand all
84 "bounds": [210, 210], 79 "bounds": [210, 210],
85 "contentsOpaque": true, 80 "contentsOpaque": true,
86 "drawsContent": true, 81 "drawsContent": true,
87 "backgroundColor": "#0000FF" 82 "backgroundColor": "#0000FF"
88 } 83 }
89 ] 84 ]
90 } 85 }
91 ] 86 ]
92 } 87 }
93 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698