mirror of
https://github.com/servo/servo
synced 2026-05-11 01:22:19 +02:00
15 lines
273 B
HTML
15 lines
273 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Google Inc." href="http://www.google.com/">
|
|
<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>
|