tenfourfox/browser/base/content/test/plugins/plugin_outsideScrollArea.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

26 lines
320 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
#container {
position: fixed;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background: blue;
}
#test {
width: 400px;
height: 400px;
position: absolute;
}
</style>
</head>
<body>
<div id="container"></div>
</body>
</html>