Changeset 166067 in webkit


Ignore:
Timestamp:
Mar 21, 2014 9:43:34 AM (10 years ago)
Author:
stavila@adobe.com
Message:

[CSS Regions] incorrect clipping when the content has CSS Transforms like rotation
https://bugs.webkit.org/show_bug.cgi?id=110198

Reviewed by David Hyatt.

Added test that confirms the issue of transformed content being clipped was fixed.

  • fast/regions/overflow-content-transform-rotate-expected.html: Added.
  • fast/regions/overflow-content-transform-rotate.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r166066 r166067  
     12014-03-21  Radu Stavila  <stavila@adobe.com>
     2
     3        [CSS Regions] incorrect clipping when the content has CSS Transforms like rotation
     4        https://bugs.webkit.org/show_bug.cgi?id=110198
     5
     6        Reviewed by David Hyatt.
     7
     8        Added test that confirms the issue of transformed content being clipped was fixed.
     9
     10        * fast/regions/overflow-content-transform-rotate-expected.html: Added.
     11        * fast/regions/overflow-content-transform-rotate.html: Added.
     12
    1132014-03-20  Brent Fulgham  <bfulgham@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.