Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
web_platform_tests
/
webstorage
/
resources
/
session_set_item_remove_iframe.html
blob: 60303e70f5d9b2012070fbc40cb05640fe89b3ff [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<body>
<script>
parent
.
step
(
function
()
{
sessionStorage
.
setItem
(
"name"
,
"user1"
);
sessionStorage
.
removeItem
(
'name'
);
});
</script>
</body>
</html>