Bug 20398

Summary: divide by zero with webkit-columns and gap
Product: WebKit Reporter: Tavis Ormandy <taviso>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: mrowe
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: OS X 10.5   

Description Tavis Ormandy 2008-08-15 06:22:19 PDT
<style type="text/css">
body {
       -webkit-columns: 0;
       -webkit-column-gap: -1;
}
</style>
Comment 1 Mark Rowe (bdash) 2008-08-15 06:55:31 PDT
I cannot reproduce this in TOT WebKit.  Can you please include more information in your bug reports in future, such as what version of WebKit you tested with, and on which platforms?
Comment 2 Tavis Ormandy 2008-08-15 07:06:19 PDT
Hi Mark, apologies, I had just filed a set of several bugs that I thought I had verified reproduced on a recent nightly build. You're correct I must have missed this one, it appears to have been corrected.

Please feel free to close.