trisquel-icecat/icecat/dom/events/crashtests/eventctor-nullstorage.html

4 lines
69 B
HTML

<!DOCTYPE html>
<script>
new StorageEvent("").storageArea;
</script>