blob: 11d8ec944759ef8a2f1fbdd0b951e274667bfa9a [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script>
function handleStorageEvent(e) {
window.parent.storageEventList.push(e);
}
</script>
</head>
<body onstorage="handleStorageEvent(event);">
</body>
</html>