Sign in
webkit
/
WebKit
/
a659cc2560ef03ca74fc359443f5a95cd40bafd1
/
.
/
LayoutTests
/
storage
/
domstorage
/
events
/
resources
/
body-event-handler.html
blob: a1218fe5afc0c423fc59cb472c43878317e4acd5 [
file
] [
log
] [
blame
]
<html><head><script>
function
handleStorageEvent
(
e
)
{
window
.
parent
.
storageEventList
.
push
(
e
);
}
</script></head><body
onstorage
=
"
handleStorageEvent
(
window
.
event
);
"
>
</body></html>