blob: e382575bd66219c0300579f66da5d681a020ce66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[idbfactory-databases-opaque-origin.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[IDBFactory.databases() in sandboxed iframe should reject]
expected: FAIL
[IDBFactory.databases() in non-sandboxed iframe should not reject]
expected: FAIL
[IDBFactory.databases() in data URL dedicated worker should throw SecurityError]
expected: FAIL
[IDBFactory.databases() in data URL shared worker should throw SecurityError]
expected: FAIL
|