| Index: PerformanceTests/Layout/Shapes/ShapeOutsideInset.html
|
| diff --git a/PerformanceTests/Layout/Shapes/ShapeOutsideInset.html b/PerformanceTests/Layout/Shapes/ShapeOutsideInset.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3feeb6b571145e4e9b53aa9978b76e1721bb9c84
|
| --- /dev/null
|
| +++ b/PerformanceTests/Layout/Shapes/ShapeOutsideInset.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: "inset(10px)"
|
| + };
|
| + PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
|
| + </script>
|
| + </body>
|
| +</html>
|
|
|