Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
LayoutTests
/
storage
/
indexeddb
/
missing-exception-check-in-IDBKey.html
blob: 20f465d9155dd3466322d1e9d5753d16da3b308d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- webkit-test-runner [ jscOptions=--validateExceptionChecks=true,dumpSimulatedThrows=true ] -->
<script>
let a
=
[];
Object
.
defineProperty
(
a
,
0
,
{
get
:
Date
.
prototype
.
getSeconds
});
IDBKeyRange
.
only
(
a
);
</script>