Bug 20398
Summary: | divide by zero with webkit-columns and gap | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tavis Ormandy <taviso> |
Component: | CSS | Assignee: | 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 |
Tavis Ormandy
<style type="text/css">
body {
-webkit-columns: 0;
-webkit-column-gap: -1;
}
</style>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
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?
Tavis Ormandy
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.