| Index: third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm_test.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm_test.cc b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm_test.cc
|
| index ec2e95d61f368f0450a8387f26152d04dfa0993c..761b647729f6a6ce8dbab4b255b9a34306e921bc 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm_test.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm_test.cc
|
| @@ -111,7 +111,7 @@ TEST_F(NGInlineLayoutAlgorithmTest, MAYBE_VerticalAlignBottomReplaced) {
|
|
|
| // Verifies that text can flow correctly around floats that were positioned
|
| // before the inline block.
|
| -TEST_F(NGInlineLayoutAlgorithmTest, TextFloatsAroundFloatsBefore) {
|
| +TEST_F(NGInlineLayoutAlgorithmTest, DISABLED_TextFloatsAroundFloatsBefore) {
|
| SetBodyInnerHTML(R"HTML(
|
| <!DOCTYPE html>
|
| <style>
|
|
|