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

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

Issue 1448253002: Clip scrollbars to box bounds when they don't fit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix assertion in clipTypeAsDebugString 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 {
(...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 "position": [287, 137], 54 "bounds": [304, 154],
55 "bounds": [15, 15], 55 "children": [
56 "drawsContent": true 56 {
57 "position": [287, 137],
58 "bounds": [15, 15],
59 "drawsContent": true
60 }
61 ]
57 } 62 }
58 ] 63 ]
59 } 64 }
60 ] 65 ]
61 } 66 }
62 ] 67 ]
63 } 68 }
64 69
65 70
66 -------- 71 --------
(...skipping 12 matching lines...) Expand all
79 "bounds": [210, 210], 84 "bounds": [210, 210],
80 "contentsOpaque": true, 85 "contentsOpaque": true,
81 "drawsContent": true, 86 "drawsContent": true,
82 "backgroundColor": "#0000FF" 87 "backgroundColor": "#0000FF"
83 } 88 }
84 ] 89 ]
85 } 90 }
86 ] 91 ]
87 } 92 }
88 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698