gecko-dev/layout/reftests/bugs/1275411-1-ref.html

14 строки
265 B
HTML

<html>
<head>
</head>
<body>
<div style="overflow: hidden; width:50px;height:50px;">
<div style="position: fixed;">
<div style="position: fixed;">
<div style="width: 100px; height: 50px; background: red;"></div>
</div>
</div>
</div>
</body>
</html>