From a07f7d237d71b6b281ff1a38b3d1d3b4ec51a5b7 Mon Sep 17 00:00:00 2001 From: Hiroshige Hayashizaki Date: Tue, 24 May 2022 15:06:01 -0700 Subject: [PATCH] [WPT] BFCache: storage events Expectation: When localStorage is modified when a page is in BFCache, storage events should be fired for the page after becoming active. Results: Chromium: Pass. Firefox/Safari: Fail (storage events are not fired when localStorage is modified when a page is in BFCache) Bug: 1328939, 1107415, https://github.com/whatwg/storage/issues/119 Change-Id: I53c92b2d5f8f4791a43c2c702a441029fdbc7101 --- .../back-forward-cache/storage-events.html | 98 +++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 html/browsers/browsing-the-web/back-forward-cache/storage-events.html diff --git a/html/browsers/browsing-the-web/back-forward-cache/storage-events.html b/html/browsers/browsing-the-web/back-forward-cache/storage-events.html new file mode 100644 index 000000000000000..9e9da68d723d07e --- /dev/null +++ b/html/browsers/browsing-the-web/back-forward-cache/storage-events.html @@ -0,0 +1,98 @@ + + + + + + + +