gecko/content/events/crashtests/eventctor-nullstorage.html

5 lines
69 B
HTML

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