Mypal/layout/reftests/bugs/398797-1-ref.html
2019-03-11 13:26:37 +03:00

13 lines
280 B
HTML

<html>
<head>
<link rel="stylesheet" href="398797-style.css"/>
</head>
<body>
<div class="green">foo</div>
<div class="blue">
<!-- Note: 'float: left' is necessary here due to bug 402918 -->
<span class="yellow" style="float: left">bar</span>
</div>
</body>
</html>