summaryrefslogtreecommitdiff
path: root/tests/css/parser/declarations.ref.css
blob: 927479803f3d3047ac8c2925d2fbaf4b29062c11 (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
d {
  int-property: 42;
}

e {
  int-property: 42;
  uint-property: 42;
}

f {
  int-property: 42;
}

g {
  int-property: 42;
}

i {
  uint-property: 42;
}

m {
  uint-property: 42;
}

n {
  uint-property: 42;
}