tenfourfox/layout/reftests/writing-mode/1243125-1-floats-overflowing-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

32 lines
471 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Bug 1243125 testcase</title>
<meta charset="utf-8">
<style type="text/css">
div {
overflow: hidden;
height: 20px;
width: 300px;
background: green;
margin: 8px 0;
}
</style>
</head>
<body>
<p>There should be 9 green bars</p>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</body>
</html>