Sign in
webkit
/
WebKit
/
f5e6ef275acbaca907e686716ff96c7568ea7068
/
.
/
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>