gecko-dev/layout/reftests/display-list/retained-dl-displayport-1-r...

12 строки
360 B
HTML

<html>
<head>
</head>
<body>
<div id="container" style="width: 100px; height: 100px; overflow: auto;">
<div id="first" style="background-color:blue; width: 10px; height: 10px;"></div>
<div id="second" style="background-color:green; width: 10px; height: 10px;"></div>
<div id="spacer" style="height: 200px;"></div>
</div>
</body>
</html>