| 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 76d0f6d8cd54a03ebf0e37edde875111ac69cf04..0cc7e19026e8252cc2cb129812c511c1d36c8652 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| @@ -883,7 +883,7 @@ TEST_F(FrameSelectionTest, RangeContainsFocus) {
|
| Element* const alink = GetDocument().getElementById("alink");
|
| alink->focus();
|
| EXPECT_TRUE(Selection().GetSelectionInDOMTree().IsRange());
|
| - EXPECT_FALSE(Selection().SelectionHasFocus());
|
| + EXPECT_TRUE(Selection().SelectionHasFocus());
|
| EXPECT_FALSE(Selection().IsHidden()); // Range still visible.
|
| }
|
|
|
|
|