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

Unified Diff: third_party/WebKit/Source/core/editing/FrameSelectionTest.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
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 6a56b50cde66a8d8a6798c5f81b84b9d8b47432b..cdcfc8b77457fbeac69b9bad963c8eaf6b686fec 100644
--- a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
+++ b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
@@ -176,7 +176,8 @@ TEST_F(FrameSelectionTest, InvalidatePreviousCaretAfterRemovingLastCharacter) {
// Simulate to remove the last character.
document().body()->removeChild(text);
// This line is the objective of this test.
- // As removing the last character, early previousCaret invalidation is executed.
+ // As removing the last character, early previousCaret invalidation is
+ // executed.
EXPECT_FALSE(isPreviousCaretDirtyForTesting());
document().updateStyleAndLayoutIgnorePendingStylesheets();
selection().setCaretRectNeedsUpdate();

Powered by Google App Engine
This is Rietveld 408576698