mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
14 lines
203 B
HTML
14 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>
|