From 889d0d5b80e4ae36b732e3065cf0ce43e393bd0f Mon Sep 17 00:00:00 2001 From: Stian Lund <1493836+Pathduck@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:25:09 +0200 Subject: [PATCH] session store test --- test/index.html | 2 +- test/session-storage/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/index.html b/test/index.html index 1933cff..eb98c8f 100644 --- a/test/index.html +++ b/test/index.html @@ -30,7 +30,7 @@

test

..
[   0 Oct  7  2022]  cache
-[   0 Jul 14 17:06]  favicon-cors
+[   0 Jul 14 17:07]  favicon-cors
[   0 Jul  5 17:58]  favicon-svg
[   0 Feb 17  0:37]  float
[   0 Jul  9  2022]  focus
diff --git a/test/session-storage/index.html b/test/session-storage/index.html index 3703a30..7e221d7 100755 --- a/test/session-storage/index.html +++ b/test/session-storage/index.html @@ -8,6 +8,7 @@

Test of HTML5 localStorage and sessionStorage persistence

Enter data in either box and click the button to store it. If you navigate to this page in a new window or tab, or quit and relaunch your browser, localStorage will remain and sessionStorage will disappear.

+

Reload the page to verify the values are stored.

Then click the button to open a popup window.