| Index: third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| index a3a30d32fc9b66732991169e3afd08788d2e5818..4bb143788403c602283a0869ebdc56fc99cd415d 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| @@ -486,6 +486,7 @@ void StyleBuilderFunctions::applyValueCSSPropertyTextAlign(
|
| } else {
|
| state.style()->setTextAlign(state.parentStyle()->textAlign());
|
| }
|
| + state.style()->setTextAlignIsInherited(false);
|
| }
|
|
|
| void StyleBuilderFunctions::applyInheritCSSPropertyTextIndent(
|
|
|