1 2 3 4 5 6 7 8 9 10
android_webview / test / shell / assets / cookie_test.html [blame] <html> <head> </head> <body> <script> var cookieValue = location.search.split('value=')[1] document.cookie = "test=" + cookieValue; </script> </body> </html>