mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
8f8ac01d11
--HG-- extra : rebase_source : 34204f372f9c73412ca301e5ebd89cb75fd6432d
11 lines
355 B
HTML
11 lines
355 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="width:400px; height:500px; overflow:hidden; border:2px solid black">
|
|
<div style="width:300px; height:100px; overflow:hidden; border:2px solid blue; margin-top: 50px">
|
|
<div style="height:200px; background:purple"></div>
|
|
</div>
|
|
<div class="filler" style="height: 1000px"></div>
|
|
</div>
|
|
</html>
|