From a843c5135e8b0ba7da4aa6785d0478a46a7a50c3 Mon Sep 17 00:00:00 2001 From: Hiroshige Hayashizaki Date: Thu, 9 Jun 2022 16:13:33 +0000 Subject: [PATCH] Bug 1733858 [wpt PR 31080] - [WPT] BFCache: storage events, a=testonly Automatic update from web-platform-tests [WPT] BFCache: storage events Expectation: When localStorage is modified when a page is in BFCache, storage events should NOT be fired for the page even after the page becomes active. Results: Firefox/Safari: Pass. Chromium: Fail (events are fired, https://crbug.com/1328939). Bug: 1328939, 1107415, https://github.com/whatwg/storage/issues/119 Change-Id: I53c92b2d5f8f4791a43c2c702a441029fdbc7101 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3198458 Reviewed-by: Marijn Kruisselbrink Reviewed-by: Rakina Zata Amni Commit-Queue: Hiroshige Hayashizaki Cr-Commit-Position: refs/heads/main@{#1009350} -- wpt-commits: 337a7a29b66978b71d7e6beacaaa281162a978cf wpt-pr: 31080 --- .../back-forward-cache/storage-events.html | 101 ++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 testing/web-platform/tests/html/browsers/browsing-the-web/back-forward-cache/storage-events.html diff --git a/testing/web-platform/tests/html/browsers/browsing-the-web/back-forward-cache/storage-events.html b/testing/web-platform/tests/html/browsers/browsing-the-web/back-forward-cache/storage-events.html new file mode 100644 index 0000000000000..6957496c3077a --- /dev/null +++ b/testing/web-platform/tests/html/browsers/browsing-the-web/back-forward-cache/storage-events.html @@ -0,0 +1,101 @@ + + + + + + + +