Changeset 140139 in webkit


Ignore:
Timestamp:
Jan 18, 2013 6:41:17 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[CSS Regions] Add tests for widows and orphans
https://bugs.webkit.org/show_bug.cgi?id=106003

Patch by Andrei Bucur <abucur@adobe.com> on 2013-01-18
Reviewed by Tony Chang.

The change that enabled widows and orphans for paginated rendering (r137200) doesn't contain any tests for regions. This patch adapts the
test added for multi-column to use regions instead.

  • fast/regions/regions-widows-and-orphans-expected.txt: Added.
  • fast/regions/regions-widows-and-orphans.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r140137 r140139  
     12013-01-18  Andrei Bucur  <abucur@adobe.com>
     2
     3        [CSS Regions] Add tests for widows and orphans
     4        https://bugs.webkit.org/show_bug.cgi?id=106003
     5
     6        Reviewed by Tony Chang.
     7
     8        The change that enabled widows and orphans for paginated rendering (r137200) doesn't contain any tests for regions. This patch adapts the
     9        test added for multi-column to use regions instead.
     10
     11        * fast/regions/regions-widows-and-orphans-expected.txt: Added.
     12        * fast/regions/regions-widows-and-orphans.html: Added.
     13
    1142013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
    215
Note: See TracChangeset for help on using the changeset viewer.