blob: 429693634eea80a81f64fa542c5196d42556c63b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[idbobjectstore_get.any.worker.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[IDBObjectStore.get() - key is a number]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[idbobjectstore_get.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|