mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
9 lines
227 B
HTML
9 lines
227 B
HTML
<title>Testcase, bug 466395</title>
|
|
<div style="overflow:hidden;height:500px;width:500px">
|
|
<div style="display: inline-block; height: 10px">
|
|
hello
|
|
<div style="height: 10000px"></div>
|
|
goodbye
|
|
</div>
|
|
</div>
|