summaryrefslogtreecommitdiff
path: root/tests/css/parser/boolean.css
blob: 6773140c05bc730236fdb286a3a77fe0b2a90890 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
a {
  boolean-property: true;
}
b {
  boolean-property: TRUE;
}
c {
  boolean-property: tRuE;
}
d {
  boolean-property: 1;
}
e {
  boolean-property: false;
}
f {
  boolean-property: FALSE;
}
g {
  boolean-property: FAlsE;
}
h {
  boolean-property: 0;
}
i {
  boolean-property: trueest;
}
j {
  boolean-property: T;
}
k {
  boolean-property: tru;
}
l {
  boolean-property: 0.0;
}
m {
  boolean-property: 1.0;
}
n {
  boolean-property: fals;
}
o {
  boolean-property: f;
}
p {
  boolean-property: FAL;
}