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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | PerformanceTests/Layout/resources/body_relayout.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Avoid relaying out a body element with floats when it has a child with a quirky margin-before.</title>
4 <link rel="stylesheet" href="resources/body_relayout.css" TYPE="text/css "></link>
5 <script src="../resources/runner.js"></script>
6 <script src="resources/body_relayout.js"></script>
7 </head>
8 <body id="body">
9 <div style="float:left"></div>
10 <ol style="height:0px;"></ol>
11 <script>
12 PerfTestRunner.measureTime({run: createBodyRelayoutTestFunction(1000 , 1000, 100, 300)});
13 </script>
14 </body>
15 </html>
OLDNEW
« 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