| Index: PerformanceTests/Layout/Shapes/ShapeOutsideRaster.html
|
| diff --git a/PerformanceTests/Layout/Shapes/ShapeOutsideRaster.html b/PerformanceTests/Layout/Shapes/ShapeOutsideRaster.html
|
| deleted file mode 100644
|
| index ec19f52bd523f27ac58805647f03068bc774dc5f..0000000000000000000000000000000000000000
|
| --- a/PerformanceTests/Layout/Shapes/ShapeOutsideRaster.html
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| - <head>
|
| - <link rel="stylesheet" href="resources/shapes.css" type="text/css"></link>
|
| - <script src="../../resources/runner.js"></script>
|
| - <script src="resources/shapes.js"></script>
|
| - </head>
|
| - <body>
|
| - <pre id="log"></pre>
|
| - <script>
|
| - var properties = {
|
| - width: "200px",
|
| - height: "200px",
|
| - webkitShapeOutside: "url(resources/shape.gif)"
|
| - };
|
| - PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|