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

Unified Diff: Source/core/rendering/RenderBox.h

Issue 360613003: Ensure we compute the min and max height of replaced elements to 'none' or 0 when appropriate. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 5 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
Index: Source/core/rendering/RenderBox.h
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
index e6702ffb2bd7f6e8c39c0bc56e1666ecd74e411f..9c77cb8886c1d4e91abd7a30893b0f59fabce0ce 100644
--- a/Source/core/rendering/RenderBox.h
+++ b/Source/core/rendering/RenderBox.h
@@ -716,6 +716,7 @@ private:
}
void savePreviousBorderBoxSizeIfNeeded();
+ bool logicalHeightComputesAsNone(SizeType) const;
private:
// The width/height of the contents + borders + padding. The x/y location is relative to our container (which is not always our parent).
« no previous file with comments | « LayoutTests/fast/replaced/min-height-percentage-quirks-expected.html ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698