Changeset 89176 in webkit


Ignore:
Timestamp:
Jun 17, 2011, 3:18:10 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-17 David Grogan <dgrogan@chromium.org>

Reviewed by Eric Seidel.

layout test for misalignment caused by float->int rounding error
https://bugs.webkit.org/show_bug.cgi?id=61906

Just the layout test demonstrating the problem. It will be a while
until I have cycles to play around with the fix started in
https://bugs.webkit.org/show_bug.cgi?id=22759. And it'd be nice to
know if this were fixed for free via the ongoing systemic int->float
refactoring.

  • css1/units/rounding-expected.txt: Added.
  • css1/units/rounding.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r89169 r89176  
     12011-06-17  David Grogan  <dgrogan@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        layout test for misalignment caused by float->int rounding error
     6        https://bugs.webkit.org/show_bug.cgi?id=61906
     7
     8        Just the layout test demonstrating the problem.  It will be a while
     9        until I have cycles to play around with the fix started in
     10        https://bugs.webkit.org/show_bug.cgi?id=22759.  And it'd be nice to
     11        know if this were fixed for free via the ongoing systemic int->float
     12        refactoring.
     13
     14        * css1/units/rounding-expected.txt: Added.
     15        * css1/units/rounding.html: Added.
     16
    1172011-06-17  Stephen White  <senorblanco@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.