Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/idbkeyrange.txt
2025-01-14 23:46:09 +01:00

15 lines
797 B
Plaintext

Harness status: OK
Found 10 tests
10 Pass
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