Bug 140444 - [Win] Layout Test fast/frames/flattening/iframe-flattening-simple.html is failing
Summary: [Win] Layout Test fast/frames/flattening/iframe-flattening-simple.html is fai...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-14 09:31 PST by Brent Fulgham
Modified: 2015-01-14 09:35 PST (History)
0 users

See Also:


Attachments
Crash log (33.67 KB, text/plain)
2015-01-14 09:35 PST, Brent Fulgham
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-01-14 09:31:21 PST
The following layout test is failing on Windows (Debug) because the document is unexpectedly present in the page cache.

fast/frames/flattening/iframe-flattening-simple.html

Probable cause:

For some reason, the active document is still present in the page cache.

       Document& document = *frame().document();
>>>    ASSERT(!document.inPageCache());

I think this is happening for the same reason that the hack was added to 'void HistoryController::invalidateCurrentItemCachedPage()' to get rid of stale cached documents.

Although this is repeatably crashing in debug on windows, it might be the reason the Mac test for this is flaky.
Comment 1 Brent Fulgham 2015-01-14 09:35:50 PST
Created attachment 244607 [details]
Crash log