Bug 19783 - Assertion failure in createLinBoxes() (obj->isInlineFlow() || obj == this) navigating back to fast/compact/002.html
Summary: Assertion failure in createLinBoxes() (obj->isInlineFlow() || obj == this) na...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://trac.webkit.org/browser/trunk/...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-26 12:39 PDT by mitz
Modified: 2008-06-26 12:39 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2008-06-26 12:39:20 PDT
Steps to reproduce:
1) Make sure the back/forward cache is enabled.
2) Go to the URL.
3) Go to about:blank.
4) Go back.

Result:
ASSERTION FAILED: obj->isInlineFlow() || obj == this
(WebCore/rendering/bidi.cpp:466 WebCore::InlineFlowBox* WebCore::RenderBlock::createLineBoxes(WebCore::RenderObject*))