blob: 5cf60fb5e86679a5b1cfb40c0d299f0ccaa5f327 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[variable-invalidation.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[css rule test]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[css rule test important]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[inline style test]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[inline style test important]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
|