blob: d49bff1c60cfc400a8029b973aa2fb650c80ebdc [file] [log] [blame]
PASS IDBKeyRange.bound() - bound requires more than 0 arguments.
PASS IDBKeyRange.bound(null, null) - null parameters are incorrect.
PASS IDBKeyRange.bound(1, null / null, 1) - null parameter is incorrect.
PASS IDBKeyRange.bound(lower, upper / lower > upper) - 'lower' is greater than 'upper'.
PASS IDBKeyRange.bound(DOMString/Date/Array, 1) - A DOMString, Date and Array are greater than a float.
PASS IDBKeyRange.bound(noExistingVariable, 1 / goodVariable, noExistingVariable) - noExistingVariable is not defined.
PASS IDBKeyRange.bound(true, 1) - boolean is not a valid key type.