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

22 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>