mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
9 lines
243 B
HTML
9 lines
243 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="display:-moz-inline-stack; overflow:hidden; position:relative; width:100px; height:100px;">
|
|
<div style="width:200px; height:200px; background:yellow; position:absolute"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|