blob: 70bfff61e26973c42aaeab024252c30f9faaf016 [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