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

Unified Diff: Source/core/css/DragUpdateTest.cpp

Issue 308683007: Rename childrenAffectedBy methods and constants. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Renamed as proposed. Created 6 years, 7 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 | « Source/core/css/AffectedByFocusTest.cpp ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/DragUpdateTest.cpp
diff --git a/Source/core/css/DragUpdateTest.cpp b/Source/core/css/DragUpdateTest.cpp
index 5542887984e7b0dec9f6d5c52bd7fb0acebce525..c801b6b11bc97ccfa6ce9d5297f6dd2d4d497848 100644
--- a/Source/core/css/DragUpdateTest.cpp
+++ b/Source/core/css/DragUpdateTest.cpp
@@ -40,7 +40,7 @@ TEST(DragUpdateTest, AffectedByDragUpdate)
ASSERT_EQ(1U, accessCount);
}
-TEST(DragUpdateTest, ChildrenAffectedByDragUpdate)
+TEST(DragUpdateTest, ChildrenOrSiblingsAffectedByDragUpdate)
{
// Check that when dragging the div in the document below, you get a
// full subtree style recalc.
« no previous file with comments | « Source/core/css/AffectedByFocusTest.cpp ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698