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