Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1270)

Unified Diff: third_party/WebKit/Source/web/tests/WebFrameTest.cpp

Issue 2691583003: Removed fields from Selection classes (Closed)
Patch Set: Forgot to remove fields from test Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebSelection.cpp ('k') | third_party/WebKit/public/web/WebSelection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, ...) {
« no previous file with comments | « third_party/WebKit/Source/web/WebSelection.cpp ('k') | third_party/WebKit/public/web/WebSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698