Sign in
chromium
/
chromium
/
src.git
/
563dc47699901e4c54b1b2121262c679fb355d72
/
.
/
android_webview
/
test
/
data
/
device_files
/
localStorage.html
blob: be144a0586c132c814b10918e150359a45266a86 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
document
.
title
=
localStorage
?
"Has localStorage"
:
"No localStorage"
</script>
</head>
<body>
</body>
</html>