blob: cb2c79c8d4e1ad385eb888767d0248f84b9aac18 (
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
|
[at-container-style-parsing.html]
[style(--my-prop: foo)]
expected: FAIL
[style(--my-prop: foo - bar ())]
expected: FAIL
[style(not ((--foo: calc(10px + 2em)) and ((--foo: url(x)))))]
expected: FAIL
[style((--foo: bar) or (--bar: 10px))]
expected: FAIL
[style(--my-prop:)]
expected: FAIL
[style(--my-prop: )]
expected: FAIL
[style(--foo: bar !important)]
expected: FAIL
[style(--foo)]
expected: FAIL
|