From 7cda0471b9f1370e8c152eed324e1142f1502882 Mon Sep 17 00:00:00 2001
From: Stian Lund <1493836+Pathduck@users.noreply.github.com>
Date: Wed, 11 Oct 2023 09:43:38 +0200
Subject: [PATCH] Changes to session test
---
test/index.html | 2 +-
test/session-storage/index.html | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/test/index.html b/test/index.html
index 63fcc1d..80582ff 100644
--- a/test/index.html
+++ b/test/index.html
@@ -34,7 +34,7 @@
[ 0 Jul 21 15:46] fastforward
[ 0 Jul 14 17:07] favicon-cors
[ 0 Jul 5 17:58] favicon-svg
-[ 0 Feb 17 0:37] float
+[ 0 Feb 17 2023] float
[ 0 Jul 9 2022] focus
[ 0 Nov 9 2022] js
[ 0 Oct 7 2022] links
diff --git a/test/session-storage/index.html b/test/session-storage/index.html
index 5cbdc41..df4aecc 100755
--- a/test/session-storage/index.html
+++ b/test/session-storage/index.html
@@ -8,8 +8,8 @@
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.
+Reload the page to verify the values are stored. Then click the button to open a popup window.
+Popups and new tabs opened from a window.open event should inherit both storage values
Local storage:
@@ -28,11 +28,12 @@
-
+
+