blob: 89f6ee5b1775ccdaf305f0cd801256671205bdfe [file] [log] [blame]
<script>
if (window.layoutTestController)
layoutTestController.display();
</script>
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>