blob: 33e0dca05bdf0a52a5b55913d8568caa04e683e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[at-container-parsing.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[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(--foo: bar !important)]
expected: FAIL
[style(--my-prop:)]
expected: FAIL
[style(--my-prop: )]
expected: FAIL
|