summaryrefslogtreecommitdiff
path: root/tests/reftests/css-match-class.css
blob: bff86470fff8a2cb1beddb14d609aa2f73d8a256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.window {
  engine: none;
  background-image: none;
  background-color: green;
  border-radius: 0;
  border-style: none;
}

.notwindow {
  background-color: red;
}

.window.notwindow {
  background-color: blue;
}