Source code
Revision control
Copy as Markdown
Other Tools
<!doctype HTML>
<meta charset="utf8">
<style>
div {
background: green;
width: 100px;
height: 100px;
}
</style>
Test passes if the red float box is not visible.
<div></div>