repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
overflow
/
hidden-scrollbar-resize.html
blob
32f42a1d31e4486bffb57f6233b20ba4513cb3a5
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>