Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / overflowScroll-display-block-expected.html
blob433f258b3f4394cdeef5b7a65c902a0d39cb829e
1 <!DOCTYPE html>
2 <style>
3 div
5 margin-bottom: 35px;
6 width: 100px;
7 height: 100px;
8 background-color: green;
10 </style>
11 <div style="overflow: scroll;">
12 </div>
13 <div style="overflow: scroll;">
14 </div>
15 <div style="overflow: scroll;">
16 </div>
17 <p> crbug.com/368699: When table elements have display: block, they should be allowed 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>