OLD | NEW |
---|---|
(Empty) | |
1 <style> | |
2 div | |
3 { | |
4 margin-bottom: 35px; | |
5 width: 100px; | |
6 height: 100px; | |
7 background-color: green; | |
8 } | |
9 </style> | |
10 <div> | |
11 </div> | |
12 <div style="overflow: scroll;"> | |
13 </div> | |
14 <div style="overflow: scroll;"> | |
15 </div> | |
16 <p> crbug.com/368699: When table elements have display: block, they should be al lowed to have overflow:scroll. The exception is the table element, which doesn't permit anything other than visible per http://dev.w3.org/csswg/css2/visufx.html #overflow.</p> | |
OLD | NEW |