Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: chrome/test/data/android/cookie.html

Issue 850813002: Upstream Site Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@location_settings_singleton
Patch Set: use findbugs annotations; fix test Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/android/popup.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <script>
4 if (window.location.hash.indexOf('clear') != -1) {
5 document.cookie = '';
6 }
7
8 function setCookie() {
9 document.cookie = 'Foo=Bar';
10 }
11
12 function getCookie() {
13 return document.cookie;
14 }
15 </script>
16 <body>Test for setting and getting cookies.</body>
17 </html>
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/android/popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698