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