DOMStorage might be leaking between tests |
|
Issue descriptionThe expected results on https://codereview.chromium.org/2706923002/#ps60001 seem to have leftover properties from other tests. For example, in https://storage.googleapis.com/chromium-layout-test-archives/mac10_9_blink_rel/2078/layout-test-results/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-actual.txt: FAIL window.cached_sessionStorage.useZoomForDsfEnabled should be . Threw exception SecurityError: Failed to read the 'useZoomForDsfEnabled' property from 'Storage': access is denied for this document. This property appears to only be set by https://cs.chromium.org/search/?q=case:yes+useZoomForDsfEnabled+package:%5Echromium$&type=cs, which is completely unrelated. |
|
►
Sign in to add a comment |
|
Comment 1 by dcheng@chromium.org
, Mar 6 2017