Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm_test.cc

Issue 2896873002: CANCELED: Disable NGInlineLayoutAlgorithmTest.VerticalAlignBottomReplaced (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698