Changeset 140664 in webkit


Ignore:
Timestamp:
Jan 24, 2013 1:00:59 AM (11 years ago)
Author:
mihnea@adobe.com
Message:

[CSSRegions] Add test cases for auto-size regions and window resize
https://bugs.webkit.org/show_bug.cgi?id=107686

Reviewed by Tony Chang.

The fix for https://bugs.webkit.org/show_bug.cgi?id=102954 also solved
https://bugs.webkit.org/show_bug.cgi?id=102221. This patch adds two tests
for webkit bug 102221.

  • fast/regions/autosize-region-container-resize-expected.html: Added.
  • fast/regions/autosize-region-container-resize.html: Added.
  • fast/regions/autosize-region-window-resize-expected.html: Added.
  • fast/regions/autosize-region-window-resize.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r140658 r140664  
     12013-01-24  Mihnea Ovidenie  <mihnea@adobe.com>
     2
     3        [CSSRegions] Add test cases for auto-size regions and window resize
     4        https://bugs.webkit.org/show_bug.cgi?id=107686
     5
     6        Reviewed by Tony Chang.
     7
     8        The fix for https://bugs.webkit.org/show_bug.cgi?id=102954 also solved
     9        https://bugs.webkit.org/show_bug.cgi?id=102221. This patch adds two tests
     10        for webkit bug 102221.
     11
     12        * fast/regions/autosize-region-container-resize-expected.html: Added.
     13        * fast/regions/autosize-region-container-resize.html: Added.
     14        * fast/regions/autosize-region-window-resize-expected.html: Added.
     15        * fast/regions/autosize-region-window-resize.html: Added.
     16
    1172013-01-24  Dominic Mazzoni  <dmazzoni@google.com>
    218
Note: See TracChangeset for help on using the changeset viewer.