| 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 3fe24accf141c7785aacde078255661bc2030253..cd5f30e5a7f0e94ccf84e4a72f4b198192788e54 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
|
| @@ -80,7 +80,8 @@ TEST_F(NGInlineLayoutAlgorithmTest, BreakToken) {
|
| EXPECT_EQ(0u, wrapper2_break_token->ChildBreakTokens().size());
|
| }
|
|
|
| -TEST_F(NGInlineLayoutAlgorithmTest, VerticalAlignBottomReplaced) {
|
| +// Disabled due to ASAN leak until NG paint is ready. crbug.com/721932
|
| +TEST_F(NGInlineLayoutAlgorithmTest, DISABLED_VerticalAlignBottomReplaced) {
|
| SetBodyInnerHTML(R"HTML(
|
| <!DOCTYPE html>
|
| <style>
|
|
|