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

Side by Side Diff: PerformanceTests/Layout/resources/body_relayout.css

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
OLDNEW
(Empty)
1 .normal {
2 width: 5px;
3 height: 5px;
4 border: 1px solid green;
5 }
6
7 .float {
8 float: left;
9 }
OLDNEW
« no previous file with comments | « PerformanceTests/Layout/body_relayout_ol.html ('k') | PerformanceTests/Layout/resources/body_relayout.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698