mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
13 lines
228 B
HTML
13 lines
228 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
div{overflow:hidden;}
|
|
div.menubar{position:fixed;width:100%;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="menubar">
|
|
</div>
|
|
if you can't see this, it crashed.
|
|
</body>
|
|
</html> |