| Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| index 7f22058a49f9bbed93a60cdc5cc7ac7d5798099c..555c22199d2f5efd0816e2212f93ebcf64fc75ab 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -5777,20 +5777,6 @@ class CompositedSelectionBoundsTest : public WebFrameTest {
|
| EXPECT_GE(yBottomEpsilon, std::abs(yBottomDeviation));
|
| EXPECT_EQ(yBottomDeviation,
|
| endEdgeBottomInLayerY - selectEnd->edgeBottomInLayer.y);
|
| -
|
| - if (expectedResult.Length() >= 12) {
|
| - EXPECT_EQ(expectedResult.Get(context, 10)
|
| - .ToLocalChecked()
|
| - .As<v8::Boolean>()
|
| - ->Value(),
|
| - m_fakeSelectionLayerTreeView.selection()->isEditable());
|
| - EXPECT_EQ(
|
| - expectedResult.Get(context, 11)
|
| - .ToLocalChecked()
|
| - .As<v8::Boolean>()
|
| - ->Value(),
|
| - m_fakeSelectionLayerTreeView.selection()->isEmptyTextFormControl());
|
| - }
|
| }
|
|
|
| void runTestWithMultipleFiles(const char* testFile, ...) {
|
|
|