blob: 09aae535b33dcf92d1deedfeeb94e94605fb25f7 [file] [log] [blame]
PASS IDBKeyRange.only() - returns an IDBKeyRange and the properties are set correctly
PASS IDBKeyRange.only() - throws on invalid keys
PASS IDBKeyRange.lowerBound() - returns an IDBKeyRange and the properties are set correctly
PASS IDBKeyRange.lowerBound() - 'open' parameter has correct default set
PASS IDBKeyRange.lowerBound() - throws on invalid keys
PASS IDBKeyRange.upperBound() - returns an IDBKeyRange and the properties are set correctly
PASS IDBKeyRange.upperBound() - 'open' parameter has correct default set
PASS IDBKeyRange.upperBound() - throws on invalid keys
PASS IDBKeyRange.bound() - returns an IDBKeyRange and the properties are set correctly
PASS IDBKeyRange.bound() - 'lowerOpen' and 'upperOpen' parameters have correct defaults set