Dactyloidae/dom/events/crashtests/eventctor-nullstorage.html

4 lines
69 B
HTML
Raw Normal View History

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