blob: 3e9e5983c7ceb79b08aa36e9b8fa7416c34f7a2a (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE 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>
|