mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
14 lines
273 B
HTML
14 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>
|