Mypal/layout/reftests/bugs/387201-1-ref.html

22 lines
271 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<!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>