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

      div, p { background: green; }
      div:first-line, p:first-line { background-color: red; }
      span.one { background: inherit; }
      span.two { background-color: inherit; }