Source code
Revision control
Copy as Markdown
Other Tools
[idbindex-rename-errors.any.worker.html]
[idbindex-rename-errors.any.serviceworker.html]
[idbindex-rename-errors.any.html]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT]
if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT]
[IndexedDB deleted index rename throws]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
[IndexedDB index rename throws in a readonly transaction]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
[IndexedDB index rename throws in a readwrite transaction]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
[IndexedDB index rename throws in an inactive transaction]
expected:
if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
if (os == "android") and not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
[IndexedDB index rename to the name of another index throws]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [PASS, NOTRUN]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, NOTRUN]
[IndexedDB index rename handles exceptions when stringifying names]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [PASS, NOTRUN]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, NOTRUN]
[idbindex-rename-errors.any.sharedworker.html]