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

Unified Diff: chrome/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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/layout_tests/clear_dom_storage.html
diff --git a/chrome/test/data/layout_tests/clear_dom_storage.html b/chrome/test/data/layout_tests/clear_dom_storage.html
deleted file mode 100644
index da4128928938a2bd61d14a82f74d546acb2e3f88..0000000000000000000000000000000000000000
--- a/chrome/test/data/layout_tests/clear_dom_storage.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<script>
-if (window.localStorage)
- localStorage.clear();
-if (window.sessionStorage)
- sessionStorage.clear();
-document.cookie = "cleared=true";
-</script>
« no previous file with comments | « chrome/test/base/layout_test_http_server.cc ('k') | chrome/test/data/layout_tests/layout_test_controller.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698