| Index: third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| index b050981347d38f407cbdb4fc7436edeacf994159..5e92b80a77193376c0294c85199a66a6695ff63d 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| @@ -125,8 +125,6 @@
|
| }
|
| if (childStyle.hasTextCombine() || childStyle.getTextEmphasisMark() != TextEmphasisMarkNone)
|
| shouldClearDescendantsHaveSameLineHeightAndBaseline = true;
|
| - if (child->isInlineTextBox() && isFirstLineStyle() && childStyle.textTransform() != child->getLineLayoutItem().styleRef(false).textTransform())
|
| - toInlineTextBox(child)->transformText();
|
| } else {
|
| if (child->getLineLayoutItem().isBR()) {
|
| // FIXME: This is dumb. We only turn off because current layout test results expect the <br> to be 0-height on the baseline.
|
|
|