Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
storage
/
resources
/
storage-close-data-on-idle-switch.html
blob: 9c56380cd81aa3a0f4cedef17d79ad34d24431f7 [
file
] [
log
] [
blame
]
<html>
<script>
function
swingBack
()
{
location
.
href
=
'../domstorage/storage-close-database-on-idle.html'
;
}
</script>
<body
onload
=
'
setTimeout
(
swingBack
(),
100
);
'
>
</body>
</html>