Index: PerformanceTests/Layout/RegionsFixedShort.html |
diff --git a/PerformanceTests/Layout/RegionsFixedShort.html b/PerformanceTests/Layout/RegionsFixedShort.html |
deleted file mode 100644 |
index 209c6a5f97b54fe7a683539c835952f1d870338c..0000000000000000000000000000000000000000 |
--- a/PerformanceTests/Layout/RegionsFixedShort.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <link rel="stylesheet" href="resources/regions.css" TYPE="text/css"></link> |
- <script src="../resources/runner.js"></script> |
- <script src="resources/regions.js"></script> |
- <style type="text/css"> |
- #log { |
- position: fixed; |
- } |
- </style> |
- </head> |
- <body> |
- <pre id="log"></pre> |
- <script> |
- PerfTestRunner.measureTime(createRegionsTest("300px", "100px", 1200, 300, "auto", 0)); |
- </script> |
- </body> |
-</html> |