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

html { margin:10px; border:20px solid black; padding:30px; }
body { height:10000px; margin:0; }
div { position:absolute; width:100px; height:100px; }