Remove deprecated CONTENT_SETTINGS_TYPE_METRO_SWITCH_TO_DESKTOP content setting
[chromium-blink-merge.git] / android_webview / test / shell / assets / cookie_test.html
blob6557b48542239266731d90ffa81123223e502681
1 <html>
2 <head>
3 </head>
4 <body>
5 <script>
6 var cookieValue = location.search.split('value=')[1]
7 document.cookie = "test=" + cookieValue;
8 </script>
9 </body>
10 </html>