[Webkit-unassigned] [Bug 82068] New: DumpRenderTree should clear window.sessionStorage between tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 23 11:04:47 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82068
Summary: DumpRenderTree should clear window.sessionStorage
between tests
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dmichael at chromium.org
CC: rniwa at webkit.org
For the following bug (https://bugs.webkit.org/show_bug.cgi?id=32292), a new test (plugins/netscape-dom-access-and-reload.html) used the same sessionStorage variable name as another test (plugins/reloadplugins-and-pages.html). The second test failed because the variable was already set, causing the test to behave differently than expected.
32292 worked around it by using a distinct variable name, but it should probably be fixed in DumpRenderTree.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list