summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/overflow/hidden-scrollbar-resize.html
blob: 32f42a1d31e4486bffb57f6233b20ba4513cb3a5 (plain)
1
2
3
4
5
6
7
8
9
This tests that the scrollbar and resize corner are not visible on an element that has visibility:hidden.
<div style="overflow: auto; width: 50px; height: 70px; resize: both; visibility: hidden">
You
should
not
see
this
text
</div>