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


	body > span { outline: 1px dotted black; }
	body > span > span { display: block; width: 10em; }