Index: PerformanceTests/Layout/body_relayout_ol.html |
diff --git a/PerformanceTests/Layout/body_relayout_ol.html b/PerformanceTests/Layout/body_relayout_ol.html |
deleted file mode 100644 |
index 4ed2fe29710f6ee65298895804cac57871b07e9c..0000000000000000000000000000000000000000 |
--- a/PerformanceTests/Layout/body_relayout_ol.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<html> |
- <head> |
- <title>Avoid relaying out a body element with floats when it has a child with a quirky margin-before.</title> |
- <link rel="stylesheet" href="resources/body_relayout.css" TYPE="text/css"></link> |
- <script src="../resources/runner.js"></script> |
- <script src="resources/body_relayout.js"></script> |
- </head> |
- <body id="body"> |
- <div style="float:left"></div> |
- <ol style="height:0px;"></ol> |
- <script> |
- PerfTestRunner.measureTime({run: createBodyRelayoutTestFunction(1000, 1000, 100, 300)}); |
- </script> |
- </body> |
-</html> |