mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
13 lines
203 B
HTML
13 lines
203 B
HTML
<!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>
|