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

Unified Diff: content/test/data/touch_selection.html

Issue 2124913002: Fix long press touch selection on empty text fields (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: EmptyTextfield -> ClearTextfield Created 4 years, 5 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: content/test/data/touch_selection.html
diff --git a/content/test/data/touch_selection.html b/content/test/data/touch_selection.html
index 7c5a1b775ea669d6f4948930e0a0b3bd65795074..5e6339af29019a2bac2fd6e32a9a0673a4969492 100644
--- a/content/test/data/touch_selection.html
+++ b/content/test/data/touch_selection.html
@@ -37,7 +37,7 @@ function get_point_inside_textfield() {
get_point_inside(document.getElementById('textfield'));
}
-function empty_textfield() {
+function clear_textfield() {
document.getElementById('textfield').value = "";
}

Powered by Google App Engine
This is Rietveld 408576698