Changeset 164162 in webkit


Ignore:
Timestamp:
Feb 15, 2014 12:27:16 AM (10 years ago)
Author:
zoltan@webkit.org
Message:

[CSS Shapes] Add performance test for raster shape with shape-margin
https://bugs.webkit.org/show_bug.cgi?id=128770

Reviewed by Ryosuke Niwa.

This patch introduces a new performance test for image valued shapes,
where shape-margin is applied on the shape.
The test is skipped by default.

  • Layout/Shapes/ShapeOutsideRasterWithMargin.html: Added.
Location:
trunk/PerformanceTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r164157 r164162  
     12014-02-15  Zoltan Horvath  <zoltan@webkit.org>
     2
     3        [CSS Shapes] Add performance test for raster shape with shape-margin
     4        https://bugs.webkit.org/show_bug.cgi?id=128770
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        This patch introduces a new performance test for image valued shapes,
     9        where shape-margin is applied on the shape.
     10        The test is skipped by default.
     11
     12        * Layout/Shapes/ShapeOutsideRasterWithMargin.html: Added.
     13
    1142014-02-14  Ryosuke Niwa  <rniwa@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.