| Index: PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html
|
| diff --git a/PerformanceTests/Layout/Shapes/ShapeOutsideRasterWithMargin.html b/PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html
|
| similarity index 89%
|
| copy from PerformanceTests/Layout/Shapes/ShapeOutsideRasterWithMargin.html
|
| copy to PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html
|
| index 62d72e29fe948a8d38b2c92ed56806000807d9eb..a19d4b976e7de76a98727921d492afe7d7af4bba 100644
|
| --- a/PerformanceTests/Layout/Shapes/ShapeOutsideRasterWithMargin.html
|
| +++ b/PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html
|
| @@ -11,7 +11,7 @@
|
| var properties = {
|
| width: "200px",
|
| height: "200px",
|
| - webkitShapeOutside: "url(resources/shape.gif)",
|
| + webkitShapeOutside: "url(resources/shape.svg)",
|
| webkitShapeMargin: "5px"
|
| };
|
| PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
|
|
|