diff options
author | cmumford@chromium.org <cmumford@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-05 19:10:16 +0000 |
---|---|---|
committer | cmumford@chromium.org <cmumford@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-05 19:10:16 +0000 |
commit | 738e90377a763466363eaa21d537b9d0bd6e1206 (patch) | |
tree | 90ea3a0604dba6b352f3af1a604e8d19fb7aa3af /tools/page_cycler/indexed_db/basic_insert/start.html | |
parent | e27e0090a0e54974b663500743486d25b7419a9f (diff) | |
download | chromium_src-738e90377a763466363eaa21d537b9d0bd6e1206.zip chromium_src-738e90377a763466363eaa21d537b9d0bd6e1206.tar.gz chromium_src-738e90377a763466363eaa21d537b9d0bd6e1206.tar.bz2 |
Delete the IndexedDB Page Cycler test.
indexeddb_perf has been enhanced to include the few things missing that was
performed by this test. This test is now redundant.
BUG=196406
Review URL: https://codereview.chromium.org/155203002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/page_cycler/indexed_db/basic_insert/start.html')
-rw-r--r-- | tools/page_cycler/indexed_db/basic_insert/start.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/page_cycler/indexed_db/basic_insert/start.html b/tools/page_cycler/indexed_db/basic_insert/start.html deleted file mode 100644 index 9711869..0000000 --- a/tools/page_cycler/indexed_db/basic_insert/start.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE HTML> -<html> -<body> -<h3>Note: You must have started chrome with <tt>--enable-file-cookies</tt> for - this test to work manually.</h3> -<script>document.cookie = "__pc_pages=basic_insert; path=/";</script> -<script src="../../common/start.js"></script> -</body> -</html> |