servo/tests/ref/after_block_iteration_ref.html
Patrick Walton b4db9aeaeb Handle generated content with display: block correctly during flow
construction.

The iteration was incorrect here. Although it accidentally worked
before, it will cause problems when we have incremental style
recalculation.

The `after_block_iteration` reftest will become interesting once we have
incremental style recalc.
2014-09-19 12:25:37 -07:00

11 lines
108 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>ack</title>
<style>
</style>
<body>
<div>x</div>
</body>
</html>