[Webkit-unassigned] [Bug 124506] REGRESSION(r159166?): fast/block/float/float-with-fractional-height-vertical-lr.html, fast/block/float/float-with-fractional-height.html are failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 5 09:48:19 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=124506
--- Comment #3 from Bem Jones-Bey <bjonesbe at adobe.com> 2013-12-05 09:46:37 PST ---
As far as I can tell, this is happening because the test is running afoul of IEEE floating point being imprecise. It is expecting 1.2 + 1.2 + 1.2 to be >= 3.6, but that isn't happening in practice, so the last line of the test is seen as overlapping the float. I'll see if I can come up with some numbers that always add up correctly to change the test to fix the issue.
--
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