From 607fc43167fd098d8b1428c5e55ceb54c411d583 Mon Sep 17 00:00:00 2001 From: Stian Lund <1493836+Pathduck@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:45:58 +0100 Subject: [PATCH] Named popup session test --- test/session-storage/index.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/test/session-storage/index.html b/test/session-storage/index.html index 30e40cf..0cb8d29 100755 --- a/test/session-storage/index.html +++ b/test/session-storage/index.html @@ -5,34 +5,34 @@ -

Test of HTML5 localStorage and sessionStorage persistence

+

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.

-

Popups and new tabs opened from a window.open event should inherit both storage values

+

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.

+

Popups and new tabs opened from a window.open event should inherit both storage values

-

+

Local storage:
-

+

-

+

Session storage:
-

+

-

-

+

+

-

+

-

-

+

+

-

+