blob: 4e4e139e689bd391f31b5c4c15bb28cbf1316ff2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[declarations-trim-whitespace.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[--foo-3:bar ;]
expected: FAIL
[--foo-4: bar ;]
expected: FAIL
[--foo-5: bar !important;]
expected: FAIL
[--foo-6: bar !important ;]
expected: FAIL
[--foo-9:bar (then ws until end of rule)]
expected: FAIL
[--foo-2: bar;]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
|