Bug 139279

Summary: LocalStorage and SessionStorage leak across tests
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: andersca
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=138958

Description Alexey Proskuryakov 2014-12-04 16:59:35 PST
E.g.:

run-webkit-tests --no-retry --child-processes=1 --order=none http/tests/security/isolatedWorld/storage-properties.html http/tests/security/isolatedWorld/all-window-properties.html
Comment 1 Alexey Proskuryakov 2014-12-05 10:44:13 PST
Anders will consider adding an API for manipulating SessionStorage, which would make this easy to fix.