Bug 23679

Summary: REGRESSION: Assertion failure (!isRenderInline()) querying an inline's scrollWidth
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt
Priority: P1 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: data:text/html,<span id="target">span</span><script>target.scrollWidth</script>

Description mitz 2009-02-01 18:57:26 PST
To reproduce:
Go to the URL.

Result:
ASSERTION FAILED: !isRenderInline()
(WebCore/rendering/RenderBox.h:46 int WebCore::RenderBox::width() const)
Comment 1 mitz 2009-02-01 18:58:04 PST
<rdar://problem/6547004>
Comment 2 mitz 2009-02-02 16:36:52 PST
This should be fixed after <http://trac.webkit.org/changeset/40502>.