| <!doctype html> | |
| <title>CSS Test Reference</title> | |
| <p>You should see the text "no red" to the left of the third float and no red.</p> | |
| <div style="width:400px"> | |
| <div style="float:right;width:200px;height:150px;background:blue"></div> | |
| <div style="float:left;width:250px;height:100px;background:blue"></div> | |
| <div style="float:right;width:300px;height:100px;background:blue"></div> | |
| <div style="height:200px;display:flow-root">No red</div> | |
| </div> |