blob: 1cf9eea0e99bfe4a9bcc2999898315611d197f02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<p>This test should not have a horizontal scrollbar</p>
<div style="width: 400px; height: 100px; overflow-x: hidden; overflow-y: scroll;">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
|