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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp

Issue 2620623002: Implement display:flow-root (Closed)
Patch Set: bug 672508 Created 3 years, 11 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: third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
index 4485c4037c23e6ac7fffd130c8a1e04d2d35128f..d396c29cd0c7fd0ed0d6d6abdf95a5198dbf346b 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
@@ -63,6 +63,7 @@ static EDisplay equivalentBlockDisplay(EDisplay display) {
case EDisplay::Flex:
case EDisplay::Grid:
case EDisplay::ListItem:
+ case EDisplay::FlowRoot:
return display;
case EDisplay::InlineTable:
return EDisplay::Table;
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSValueKeywords.json5 ('k') | third_party/WebKit/Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698