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

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

#nowindow {
  background-color: red;
}

#window#nowindow {
  background-color: blue;
}