Source code
Revision control
Copy as Markdown
Other Tools
[idbobjectstore-rename-errors.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[IndexedDB object store rename handles exceptions when stringifying names]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IndexedDB object store rename to the name of another store throws]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
[IndexedDB deleted object store rename throws]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IndexedDB object store rename throws in a readwrite transaction]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
[IndexedDB object store rename throws in a readonly transaction]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
[IndexedDB object store rename throws in an inactive transaction]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]