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


.a:first-line { }
.a { overflow: scroll; }
.b, .c { overflow: inherit; }