servo/tests/ref/float_overflow_area_ref.html
Patrick Walton b026a8ecf6 layout: Store overflow for flows impacted by floats.
Makes qz.com visible.

In order to work around a compiler bug involving Sized, this patch moves
`store_overflow` to be a virtual method.
2015-05-11 12:59:55 -07:00

13 lines
152 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body, html {
margin: 0;
}
</style>
</head>
<body>
<div><div style="float: left">Y</div></div>
</body>
</html>