Index: PerformanceTests/Layout/Shapes/ShapeOutsideRasterWithMargin.html |
diff --git a/PerformanceTests/Layout/Shapes/ShapeOutsideRasterWithMargin.html b/PerformanceTests/Layout/Shapes/ShapeOutsideRasterWithMargin.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..62d72e29fe948a8d38b2c92ed56806000807d9eb |
--- /dev/null |
+++ b/PerformanceTests/Layout/Shapes/ShapeOutsideRasterWithMargin.html |
@@ -0,0 +1,20 @@ |
+<!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)", |
+ webkitShapeMargin: "5px" |
+ }; |
+ PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000)); |
+ </script> |
+ </body> |
+</html> |