servo/tests/ref/floated_generated_content_b.html
Patrick Walton 41ffec0378 layout: Don't crash on floated generated content.
It doesn't construct the float correctly, but at least it doesn't crash
anymore.

Fixes Reddit.

Closes #3287.
2014-09-12 14:10:27 -07:00

9 lines
108 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div class="stand">Toast! Toast! Toast!</div>
</body>
</html>