Changeset 159627 in webkit


Ignore:
Timestamp:
Nov 21, 2013 7:43:37 AM (10 years ago)
Author:
stavila@adobe.com
Message:

[CSS Regions] Float get sliced if its container has forced break and is less tall than float
https://bugs.webkit.org/show_bug.cgi?id=124205

Added test for the case when a float is overflowing a region due to a forced break.

Reviewed by Antti Koivisto.

  • fast/regions/float-slicing-on-forced-break-expected.html: Added.
  • fast/regions/float-slicing-on-forced-break.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r159626 r159627  
     12013-11-21  Radu Stavila  <stavila@adobe.com>
     2
     3        [CSS Regions] Float get sliced if its container has forced break and is less tall than float
     4        https://bugs.webkit.org/show_bug.cgi?id=124205
     5
     6        Added test for the case when a float is overflowing a region due to a forced break.
     7
     8        Reviewed by Antti Koivisto.
     9
     10        * fast/regions/float-slicing-on-forced-break-expected.html: Added.
     11        * fast/regions/float-slicing-on-forced-break.html: Added.
     12
    1132013-11-21  Mihai Maerean  <mmaerean@adobe.com>
    214
Note: See TracChangeset for help on using the changeset viewer.