summaryrefslogtreecommitdiffstats
path: root/android_webview/test/data/localStorage.html
blob: be144a0586c132c814b10918e150359a45266a86 (plain)
1
2
3
4
5
6
7
<html>
  <head>
    <script>document.title = localStorage ? "Has localStorage" : "No localStorage"</script>
  </head>
  <body>
  </body>
</html>