summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-001r.0.scss
blob: 3c674d41657e3a6399bc8e622230eced807c74f3 (plain)
1
2
3
4
5
6
7
8
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/floats-wrap-top-below-inline-001r.htm */


body { width: 400px; border: medium solid; text-align: right; }
div { float: right; clear: right; }
span { display: inline-block; vertical-align: top; width: 200px; height: 50px; background: aqua; }