NEW 140444
[Win] Layout Test fast/frames/flattening/iframe-flattening-simple.html is failing
https://bugs.webkit.org/show_bug.cgi?id=140444
Summary [Win] Layout Test fast/frames/flattening/iframe-flattening-simple.html is fai...
Brent Fulgham
Reported 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.
Attachments
Crash log (33.67 KB, text/plain)
2015-01-14 09:35 PST, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2015-01-14 09:35:50 PST
Created attachment 244607 [details] Crash log
Note You need to log in before you can comment on or make changes to this bug.