summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/anonymous-boxes-001.0.scss
blob: 3c30052779d9d1d58585c203b0038d83b9cc2e42 (plain)
1
2
3
4
5
6
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/anonymous-boxes-001.htm */

    #parent { height: 200px; position: relative; }
    #child { float: left; height: 50%; width: 100px; background: green; position: relative }
    #background { position: absolute; top: 0; left: 0; width: 100px; height: 100px; background: red }