summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/inline-table-zorder-002.0.scss
blob: 6e208ec4107231f0a15bdf55f84a4e9c79f431a4 (plain)
1
2
3
4
5
6
7
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/inline-table-zorder-002.htm */

div { width: 2em; height: 2em; }
span { display:inline-table; vertical-align: top; width: 2em; height: 2em; }
span span { display: block; background: green; }
div#after { margin-top: -2em; background: red; }