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

Unified Diff: third_party/WebKit/Source/core/layout/InlineTextBoxTest.cpp

Issue 2087513003: Remove LayoutBlockFlow overflow invalidation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix InlineTextBoxTest Created 4 years, 6 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
Index: third_party/WebKit/Source/core/layout/InlineTextBoxTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/InlineTextBoxTest.cpp b/third_party/WebKit/Source/core/layout/InlineTextBoxTest.cpp
index b2f4818f14ff695ec28b515e80c01172774dc717..d70cb9cb558e41c3370b6d347eadf158be47d79f 100644
--- a/third_party/WebKit/Source/core/layout/InlineTextBoxTest.cpp
+++ b/third_party/WebKit/Source/core/layout/InlineTextBoxTest.cpp
@@ -24,6 +24,7 @@ public:
{
Text* node = document.createTextNode(string);
LayoutText* text = new LayoutText(node, string.impl());
+ text->setStyle(ComputedStyle::create());
return new TestInlineTextBox(LineLayoutItem(text));
}

Powered by Google App Engine
This is Rietveld 408576698