tenfourfox/layout/reftests/bugs/594624-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

33 lines
582 B
HTML

<html>
<head>
<style>
#TB_window
{
border: 1px solid red;
position: fixed;
top: 0;
left: 0;
}
#TB_overlay {
height: 200px;
left: 10px;
position: fixed;
top: 80px;
width: 200px;
opacity: 0.1;
background-color: green;
}
</style>
</head>
<body>
SOME CONTENT
<div id="TB_overlay">
</div>
<div id="TB_window"></div>
</body>
</html>