Index: PerformanceTests/Layout/RegionsSelection.html |
diff --git a/PerformanceTests/Layout/RegionsSelection.html b/PerformanceTests/Layout/RegionsSelection.html |
deleted file mode 100644 |
index f098fd92fb6fc751d9ef2e47fe4a39b10c5e7202..0000000000000000000000000000000000000000 |
--- a/PerformanceTests/Layout/RegionsSelection.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(createRegionsSelectionTest(100)); |
- </script> |
- </body> |
-</html> |