ladybird/Tests/LibWeb/Text/expected/wpt-import/webstorage
Martin Chrástek 437c8b1d19 LibWeb: Implement legacy-clone of session storage shed on window.open
When a new window is opened via window.open() with an opener
(non-null), the session storage must be cloned from the opener's
storage shed into the new window's storage shed. This implements
the legacy-clone a traversable storage shed algorithm from the
Storage spec.
2026-05-18 16:38:15 +02:00
..
defineProperty.window.txt LibWeb: Treat numeric PropertyKeys as Strings per spec in PlatformObject 2026-02-16 18:49:15 +01:00
event_constructor.window.txt
event_initstorageevent.window.txt
event_session_oldvalue.txt LibWeb: Fix storage set broadcast event never broadcasting old value 2026-01-21 22:27:59 +01:00
event_session_storagearea.txt LibWeb: Correctly initialize Storage objects on the Document 2025-01-02 11:31:15 +01:00
set.window.txt Tests/LibWeb: Import some more webstorage WPT tests 2026-02-16 18:49:15 +01:00
storage_enumerate.window.txt LibWeb/HTML: Disable storage indexed properties to avoid duplicate keys 2026-02-01 08:35:36 -05:00
storage_local_setitem_quotaexceedederr.window.txt Tests: Synchronize imported tests with the WPT repository 2025-06-22 23:51:34 +02:00
storage_session_setitem_quotaexceedederr.window.txt Tests: Synchronize imported tests with the WPT repository 2025-06-22 23:51:34 +02:00
storage_session_window_open.window.txt LibWeb: Implement legacy-clone of session storage shed on window.open 2026-05-18 16:38:15 +02:00
symbol-props.window.txt Tests/LibWeb: Import webstorage symbol-props WPT test 2025-07-03 12:45:31 +01:00