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

Unified Diff: LayoutTests/editing/caret/selection-with-caret-type-progress.html

Issue 23464103: Rename/modify test case for explicitly set caret type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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: LayoutTests/editing/caret/selection-with-caret-type-progress.html
diff --git a/LayoutTests/editing/caret/caret-type-for-user-select-none.html b/LayoutTests/editing/caret/selection-with-caret-type-progress.html
similarity index 96%
rename from LayoutTests/editing/caret/caret-type-for-user-select-none.html
rename to LayoutTests/editing/caret/selection-with-caret-type-progress.html
index 5fc0d828dee36306999047c62a62b1b1c57d0b2c..39fbc255bd6dd8f9305933cc51f116373c8431b1 100644
--- a/LayoutTests/editing/caret/caret-type-for-user-select-none.html
+++ b/LayoutTests/editing/caret/selection-with-caret-type-progress.html
@@ -20,7 +20,7 @@ if (window.eventSender && window.internals) {
}
eventSender.dragMode = false;
- leapForwardAndMove(div.offsetLeft + 5, y);
+ leapForwardAndMove(div.offsetLeft + 5);
eventSender.mouseDown();
leapForwardAndMove(10);

Powered by Google App Engine
This is Rietveld 408576698