summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/domstorage/events/resources/body-event-handler.html
blob: a1218fe5afc0c423fc59cb472c43878317e4acd5 (plain)
1
2
3
4
5
6
7
8
<html><head><script>

function handleStorageEvent(e) {
    window.parent.storageEventList.push(e);
}

</script></head><body onstorage="handleStorageEvent(window.event);">
</body></html>