blob: 12b5222c42d02c4e23a33a7d8673a778e098ea93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[case-sensitivity.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[getEntriesByName values are case sensitive]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[case-sensitivity.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|