summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-010.0.scss
blob: 62431c82a338a088cd38878704dd4a5b930619eb (plain)
1
2
3
4
5
6
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/block-in-inline-insert-010.htm */

   body > span { border: 3px solid blue }
   body > span > span { border: 3px solid cyan }
   body > span > span:after { content: "Ten" }