diff options
Diffstat (limited to 'tools/page_cycler/database/delete-transactions/start.html')
-rw-r--r-- | tools/page_cycler/database/delete-transactions/start.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/page_cycler/database/delete-transactions/start.html b/tools/page_cycler/database/delete-transactions/start.html new file mode 100644 index 0000000..596e60c --- /dev/null +++ b/tools/page_cycler/database/delete-transactions/start.html @@ -0,0 +1,9 @@ +<!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=delete-transactions; path=/";</script> +<script src="../start.js"></script> +</body> +</html> |