Changeset 163880 in webkit


Ignore:
Timestamp:
Feb 11, 2014 9:33:41 AM (10 years ago)
Author:
stavila@adobe.com
Message:

[CSS Regions] clipping rectangle for "overflow: hidden" should be based on the padding box, not the content box
https://bugs.webkit.org/show_bug.cgi?id=119546

Reviewed by Anders Carlsson.

Added tests for the correct painting of region overflow over the region's padding.
This problem was solved by https://bugs.webkit.org/show_bug.cgi?id=118665 and
https://bugs.webkit.org/show_bug.cgi?id=128590.
Two writing modes (horiz-bt and vert-rl) are still not working properly and a separate
issue has been created for them (https://bugs.webkit.org/show_bug.cgi?id=128600).

  • fast/regions/clip-to-padding-box-expected.html: Added.
  • fast/regions/clip-to-padding-box-margins-expected.html: Added.
  • fast/regions/clip-to-padding-box-margins.html: Added.
  • fast/regions/clip-to-padding-box-vertical-lr-expected.html: Added.
  • fast/regions/clip-to-padding-box-vertical-lr.html: Added.
  • fast/regions/clip-to-padding-box.html: Added.
Location:
trunk/LayoutTests
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r163879 r163880  
     12014-02-11  Radu Stavila  <stavila@adobe.com>
     2
     3        [CSS Regions] clipping rectangle for "overflow: hidden" should be based on the padding box, not the content box
     4        https://bugs.webkit.org/show_bug.cgi?id=119546
     5
     6        Reviewed by Anders Carlsson.
     7
     8        Added tests for the correct painting of region overflow over the region's padding.
     9        This problem was solved by https://bugs.webkit.org/show_bug.cgi?id=118665 and
     10        https://bugs.webkit.org/show_bug.cgi?id=128590.
     11        Two writing modes (horiz-bt and vert-rl) are still not working properly and a separate
     12        issue has been created for them (https://bugs.webkit.org/show_bug.cgi?id=128600).
     13
     14        * fast/regions/clip-to-padding-box-expected.html: Added.
     15        * fast/regions/clip-to-padding-box-margins-expected.html: Added.
     16        * fast/regions/clip-to-padding-box-margins.html: Added.
     17        * fast/regions/clip-to-padding-box-vertical-lr-expected.html: Added.
     18        * fast/regions/clip-to-padding-box-vertical-lr.html: Added.
     19        * fast/regions/clip-to-padding-box.html: Added.
     20
    1212014-02-10  Filip Pizlo  <fpizlo@apple.com>
    222
Note: See TracChangeset for help on using the changeset viewer.