Changeset 128336 in webkit


Ignore:
Timestamp:
Sep 12, 2012 10:32:37 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[CSS Exclusions] Test incremental layout
https://bugs.webkit.org/show_bug.cgi?id=91879

Patch by Bear Travis <betravis@adobe.com> on 2012-09-12
Reviewed by Julien Chaffraix.

Adding tests to make sure that text and shape can be set dynamically, and that
content will still layout while respecting shape-inside.

  • fast/exclusions/shape-inside/shape-inside-dynamic-shape-expected.html: Added.
  • fast/exclusions/shape-inside/shape-inside-dynamic-shape.html: Added.
  • fast/exclusions/shape-inside/shape-inside-dynamic-text-expected.html: Added.
  • fast/exclusions/shape-inside/shape-inside-dynamic-text.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r128334 r128336  
     12012-09-12  Bear Travis  <betravis@adobe.com>
     2
     3        [CSS Exclusions] Test incremental layout
     4        https://bugs.webkit.org/show_bug.cgi?id=91879
     5
     6        Reviewed by Julien Chaffraix.
     7
     8        Adding tests to make sure that text and shape can be set dynamically, and that
     9        content will still layout while respecting shape-inside.
     10
     11        * fast/exclusions/shape-inside/shape-inside-dynamic-shape-expected.html: Added.
     12        * fast/exclusions/shape-inside/shape-inside-dynamic-shape.html: Added.
     13        * fast/exclusions/shape-inside/shape-inside-dynamic-text-expected.html: Added.
     14        * fast/exclusions/shape-inside/shape-inside-dynamic-text.html: Added.
     15
    1162012-09-12  Max Vujovic  <mvujovic@adobe.com>
    217
Note: See TracChangeset for help on using the changeset viewer.