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

Unified Diff: third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp

Issue 2399663003: Reflow comments in //third_party/WebKit/Source/core/editing (Closed)
Patch Set: Created 4 years, 2 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/core/editing/VisibleUnits.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
diff --git a/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp b/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
index a47f3dc0466ab1f9042f2eb262102c51b3e31bd8..7d0a1adb7d6a7cc6eee5ebc931433ae0b3d14dcc 100644
--- a/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
+++ b/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
@@ -1169,8 +1169,8 @@ TEST_F(VisibleUnitsTest, logicalEndOfLine) {
logicalEndOfLine(createVisiblePositionInFlatTree(*two, 0))
.deepEquivalent());
- // TODO(yosin) logicalEndOfLine(two, 1) -> (five, 5) is a broken result. We keep
- // it as a marker for future change.
+ // TODO(yosin) logicalEndOfLine(two, 1) -> (five, 5) is a broken result. We
+ // keep it as a marker for future change.
EXPECT_EQ(Position(five, 5),
logicalEndOfLine(createVisiblePositionInDOMTree(*two, 1))
.deepEquivalent());
« no previous file with comments | « third_party/WebKit/Source/core/editing/VisibleUnits.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698