summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/doubled.ref.css
blob: 92a6e3e334a4a32b275d3718ffa3bae3e1f59025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.class {
  color: rgb(255,0,0);
}

:focus {
  color: rgb(255,0,0);
}

:nth-child(even) {
  color: rgb(255,0,0);
}

.class.class {
  color: rgb(255,0,0);
}

:focus:focus {
  color: rgb(255,0,0);
}

:nth-child(even):nth-child(even):nth-child(even) {
  color: rgb(255,0,0);
}

#name {
  color: rgb(255,0,0);
}

#name#name#name {
  color: rgb(255,0,0);
}