[Webkit-unassigned] [Bug 80155] New: Frame flattening ASSERT(!needsLayout()) in FrameView::paintContents()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 2 05:49:18 PST 2012


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

           Summary: Frame flattening ASSERT(!needsLayout()) in
                    FrameView::paintContents()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zbujtas at gmail.com


FrameView::paintContents() asserts when frame flattening is on with the following simplified test case (originally is seen on nytimes.com)

<html><head></head><body><iframe src="data:text/html;charset=utf-8,<html><body>test</body></html>" scrolling="no" height="50" width="50"></iframe><script>document.body.offsetHeight</script></body></html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list