blob: 5e009c124d4258e250cb7a994ef12fee7e67a8f3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#iframe-containing-fixed-position-element {
background: green;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div id="iframe-containing-fixed-position-element"></div>
</body>
</html>