Index: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated.html |
diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated.html b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated.html |
index 72d85a54bd07dd151ac7b2a39c33c49e03ff5192..83ee607d44ad526adf9e64739d1572ba26ab08da 100644 |
--- a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated.html |
+++ b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated.html |
@@ -27,7 +27,8 @@ function runTest() |
if (frame.src != 'about:blank') { |
description("Tests access of cached DOMWindow properties after the associated frame is navigated. Test should not crash and properties should be set to sane defaults."); |
childWindow = frame.contentWindow; |
- collectProperties(); |
+ // Have expected results assume that the frame hasn't been closed (=> window.closed = false.) |
+ collectProperties(false); |
frame.src = 'about:blank'; |
return; |
} |