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