[Webkit-unassigned] [Bug 140444] New: [Win] Layout Test fast/frames/flattening/iframe-flattening-simple.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 14 09:31:21 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140444

            Bug ID: 140444
           Summary: [Win] Layout Test
                    fast/frames/flattening/iframe-flattening-simple.html
                    is failing
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150114/4e943cd2/attachment-0002.html>


More information about the webkit-unassigned mailing list