summaryrefslogtreecommitdiff
path: root/tests/reftests/css-match-class.css
blob: 068b9cffe63b96e6340435302f0f2d177bedb9fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import url("reset-to-defaults.css");

.window {
  engine: none;
  background-image: none;
  background-color: lime;
  border-radius: 0;
  border-style: none;
}

.notwindow {
  background-color: red;
}

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