[Cronet] Delay StartNetLog and StopNetLog until native request context is initialized
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / isolation / set_cookie.html
blob3868f04693ee486d1ee4c679f9c4fc63214ae989
1 <html>
2 <body>
3 <script>
4 // Tomorrow.
5 var expire = new Date(Date.now() + 24 * 60 * 60 * 1000);
6 document.cookie = 'testCookie=1; path=/; expires=' + expire + ';'
7 </script>
8 </body>
9 </html>