| 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/");
|
|
|