Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/387201-1-ref.html

21 lines
271 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
.i {
height: 10px;
float: left;
}
</style>
</head>
<body>
<div style="width: 4px;">
<div style="margin-left: 10px;">
<div class="i" style="border: 1px solid green">2</div>
</div>
</div>
</body>
</html>