Clarify and update GN build flags docs.
[chromium-blink-merge.git] / chrome / test / data / session_restore / session_cookies.html
blob4c89afd2579f83ade8224725b9d514600b9fb919
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="common.js"></script>
5 <script>
6 function readData() {
7 return document.cookie;
9 function writeData() {
10 document.cookie = 'key=foo';
11 return true;
13 </script>
14 </head>
15 <body onload="setTimeout(onLoad, 0);">
16 </body>
17 </html>