Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / hidden-scrollbar-resize.html
blob32f42a1d31e4486bffb57f6233b20ba4513cb3a5
1 This tests that the scrollbar and resize corner are not visible on an element that has visibility:hidden.
2 <div style="overflow: auto; width: 50px; height: 70px; resize: both; visibility: hidden">
3 You
4 should
5 not
6 see
7 this
8 text
9 </div>