blob: 3d3a310748b050b63e190f38abd95a65511c43cc [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
function storageEventHandler(e) {
top.childReceivedStorageEvent(e);
}
addEventListener("storage", storageEventHandler);
</script>
</body>
</html>