Index: third_party/WebKit/Source/core/editing/EditingStyle.cpp |
diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.cpp b/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
index 4d54ad9030fb34945046b1f3f301876bc95a0bf1..32b1e62ee63f3f28b804506a3beb332f47ae9a06 100644 |
--- a/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
+++ b/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
@@ -603,6 +603,9 @@ PassRefPtrWillBeRawPtr<EditingStyle> EditingStyle::copy() const |
// This is the list of CSS properties that apply specially to block-level elements. |
static const CSSPropertyID staticBlockProperties[] = { |
+ CSSPropertyBreakAfter, |
+ CSSPropertyBreakBefore, |
+ CSSPropertyBreakInside, |
CSSPropertyOrphans, |
CSSPropertyOverflow, // This can be also be applied to replaced elements |
CSSPropertyWebkitColumnCount, |