The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: dom/events/crashtests/eventctor-nullstorage.html
dom/events/crashtests/eventctor-nullstorage.html
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:61fba572ed53
1
<!DOCTYPE html>
2
<script>
3
new StorageEvent("").storageArea;
4
</script>