haikuwebkit/LayoutTests/storage/indexeddb/missing-exception-check-in-...

10 lines
236 B
HTML

<!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>