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