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

Unified Diff: third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp

Issue 2767793002: Merge LayoutNGInline into LayoutNG runtime enabled feature (Closed)
Patch Set: Created 3 years, 9 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/web/tests/NGInlineLayoutTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp b/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
index 09328bf137ee3b096ca8d3e895c403f6eebb326f..9095ac0ac9e2751631ddaded3f0ab4e88d641dbe 100644
--- a/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
+++ b/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
@@ -34,7 +34,6 @@ class NGInlineLayoutTest : public SimTest {
TEST_F(NGInlineLayoutTest, BlockWithSingleTextNode) {
RuntimeEnabledFeatures::setLayoutNGEnabled(true);
- RuntimeEnabledFeatures::setLayoutNGInlineEnabled(true);
SimRequest mainResource("https://example.com/", "text/html");
loadURL("https://example.com/");
@@ -60,7 +59,6 @@ TEST_F(NGInlineLayoutTest, BlockWithSingleTextNode) {
TEST_F(NGInlineLayoutTest, BlockWithTextAndAtomicInline) {
RuntimeEnabledFeatures::setLayoutNGEnabled(true);
- RuntimeEnabledFeatures::setLayoutNGInlineEnabled(true);
SimRequest mainResource("https://example.com/", "text/html");
loadURL("https://example.com/");

Powered by Google App Engine
This is Rietveld 408576698