summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/before-after-table-whitespace-001.0.scss
blob: a4bd9b3f274f598ca172414e5df510a77051b904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/before-after-table-whitespace-001.htm */

.gen0:before {
  padding:1px;
}
.gen1:before {
  content: " ";
}
.gen2:before {
  content: attr(missing);
}
.gen3:before {
  content: url(missing-image.png);
}

div { border:1px solid green; margin:5px; }