Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
web_platform_tests
/
webstorage
/
resources
/
event_body_handler.html
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>