about summary refs log tree commit diff stats
path: root/test/layout/nested-floats-simple.html
blob: be6d976d4a934b01132d8c8c5a9f4a93fe0fd9cd (plain) (blame)
1
2
3
4
5
<!DOCTYPE html>
<div style="float: right">
<div style="float: left">one</div>
<div style="float: right">two</div>
<div style="float: right">three</div>