Index: PerformanceTests/Layout/RegionsAuto.html |
diff --git a/PerformanceTests/Layout/RegionsAuto.html b/PerformanceTests/Layout/RegionsAuto.html |
deleted file mode 100644 |
index 67a41f0dad251f601e8a94f3bdf861a26dfa7222..0000000000000000000000000000000000000000 |
--- a/PerformanceTests/Layout/RegionsAuto.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", "auto", 400, 400, "auto", 0.8)); |
- </script> |
- </body> |
-</html> |