| Index: PerformanceTests/Layout/Shapes/ShapeOutsideSimplePolygon.html
|
| diff --git a/PerformanceTests/Layout/Shapes/ShapeOutsideSimplePolygon.html b/PerformanceTests/Layout/Shapes/ShapeOutsideSimplePolygon.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..16e338aa14f2eb0eb44eea93f5dc6d82ae1d4aa0
|
| --- /dev/null
|
| +++ b/PerformanceTests/Layout/Shapes/ShapeOutsideSimplePolygon.html
|
| @@ -0,0 +1,19 @@
|
| +<!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: "polygon(0 0, 200px 100px, 0px 200px)"
|
| + };
|
| + PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
|
| + </script>
|
| + </body>
|
| +</html>
|
|
|