blob: a2fd208ec7ac2f6f5a96f866e8196a724215149c (
plain)
1
2
3
4
5
6
7
8
9
|
[idbdatabase-createObjectStore-exception-order.htm]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1336639
expected:
if (os == "linux"): ERROR
if debug and (os == "mac"): ERROR
if (os == "win") and (version == "6.1.7601"): ERROR
[IDBDatabase.createObjectStore exception order: InvalidStateError vs. TransactionInactiveError]
expected: FAIL
|