Index: third_party/WebKit/Source/core/layout/LayoutInlineTest.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutInlineTest.cpp b/third_party/WebKit/Source/core/layout/LayoutInlineTest.cpp |
index 662d734360df9b9d300cf278fa5fda463a601616..f5d8247b74057bdfbd846cbbc7df1e9f80c8e37a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutInlineTest.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutInlineTest.cpp |
@@ -13,14 +13,6 @@ namespace blink { |
class LayoutInlineTest : public RenderingTest { |
}; |
-TEST_F(LayoutInlineTest, LayoutNameCalledWithNullStyle) |
-{ |
- LayoutObject* obj = LayoutInline::createAnonymous(&document()); |
- EXPECT_FALSE(obj->style()); |
- EXPECT_STREQ("LayoutInline (anonymous)", obj->decoratedName().ascii().data()); |
- obj->destroy(); |
-} |
- |
TEST_F(LayoutInlineTest, SimpleContinuation) |
{ |
setBodyInnerHTML("<span id='splitInline'><i id='before'></i><h1 id='blockChild'></h1><i id='after'></i></span>"); |