Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / horizontal-scrollbar-shrink-container-height-expected.html
blob0ed9354b04b14925f7b49583f43907b73c98137f
1 <!DOCTYPE html>
2 <p>Test decreasing the height of the containing block of a scrollable container with percent height.</p>
3 <p>One horizontal scrollbar should be seen below.</p>
4 <div style="height:250px;">
5 <div style="height:50%; overflow-x:scroll;"></div>
6 </div>