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