aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/inline-block-width-002a.0.scss
blob: 851a3e0556e4b72ba3bbeffb2eeabfb7bceb60f2 (plain)
1
2
3
4
5
6
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/inline-block-width-002a.htm */

body > div { width: 10em; }
body > div > div { display: inline-block; background: green; color: white; }
body > div > div > div { width: 20em; }