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

Side by Side Diff: content/test/data/layout_tests/clear_dom_storage.html

Issue 9820005: Move PathService's DIR_LAYOUT_TESTS from chrome to content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove indexed_db_uitest changes Created 8 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <script> 1 <script>
2 if (window.localStorage) 2 if (window.localStorage)
3 localStorage.clear(); 3 localStorage.clear();
4 if (window.sessionStorage) 4 if (window.sessionStorage)
5 sessionStorage.clear(); 5 sessionStorage.clear();
6 document.cookie = "cleared=true"; 6 document.cookie = "cleared=true";
7 </script> 7 </script>
OLDNEW
« no previous file with comments | « content/public/common/content_paths.h ('k') | content/test/data/layout_tests/layout_test_controller.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698