Index: PerformanceTests/Layout/Shapes/ShapeOutsideContentBox.html |
diff --git a/PerformanceTests/Layout/Shapes/ShapeOutsideContentBox.html b/PerformanceTests/Layout/Shapes/ShapeOutsideContentBox.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8b8970adab6c29603d5f7254dea06a199923cc2c |
--- /dev/null |
+++ b/PerformanceTests/Layout/Shapes/ShapeOutsideContentBox.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: "content-box" |
+ }; |
+ PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000)); |
+ </script> |
+ </body> |
+</html> |