| Index: third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| index 67b5b56b54dbad9f382ac7be1078763930e9ab19..31e6977cc0766080c32ff05d8c89463081e42df0 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| @@ -261,6 +261,7 @@ TEST_F(FrameSelectionTest, SelectAllWithInputElement) {
|
| TEST_F(FrameSelectionTest, SelectAllWithUnselectableRoot) {
|
| Element* select = GetDocument().createElement("select");
|
| GetDocument().ReplaceChild(select, GetDocument().documentElement());
|
| + GetDocument().UpdateStyleAndLayout();
|
| Selection().SelectAll();
|
| EXPECT_TRUE(Selection().ComputeVisibleSelectionInDOMTreeDeprecated().IsNone())
|
| << "Nothing should be selected if the "
|
|
|