1 2 3 4 5 6 7
android_webview / test / data / localStorage.html [blame] <html> <head> <script>document.title = localStorage ? "Has localStorage" : "No localStorage"</script> </head> <body> </body> </html>