Source code
Revision control
Copy as Markdown
Other Tools
[idbfactory-deleteDatabase-opaque-origin.html]
expected:
if fission and (os == "win") and debug: CRASH
if fission and (os == "mac") and not debug: [OK, CRASH]
if not fission and (os == "android") and not debug: [OK, CRASH]
if not fission and (os == "linux"): CRASH
[IDBFactory.deleteDatabase() in data URL dedicated worker should throw SecurityError]
expected: [PASS, FAIL]
[IDBFactory.deleteDatabase() in data URL shared worker should throw SecurityError]
expected: [PASS, FAIL]