diff --git a/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/idbkeyrange.txt b/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/idbkeyrange.txt new file mode 100644 index 00000000000..e5c5e30f2ed --- /dev/null +++ b/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/idbkeyrange.txt @@ -0,0 +1,15 @@ +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 \ No newline at end of file diff --git a/Tests/LibWeb/Text/input/wpt-import/IndexedDB/idbkeyrange.htm b/Tests/LibWeb/Text/input/wpt-import/IndexedDB/idbkeyrange.htm new file mode 100644 index 00000000000..91c422a5a0f --- /dev/null +++ b/Tests/LibWeb/Text/input/wpt-import/IndexedDB/idbkeyrange.htm @@ -0,0 +1,94 @@ + + +