Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: PerformanceTests/Layout/body_relayout_ol.html

Issue 203463008: Revert "Get rid of unnecessary layouts on body elements with quirky children" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | PerformanceTests/Layout/resources/body_relayout.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | PerformanceTests/Layout/resources/body_relayout.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698