blob: 32f42a1d31e4486bffb57f6233b20ba4513cb3a5 [file] [log] [blame]
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>