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

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

Issue 2664253002: Revert "Blink handle selection handle visibility" (Closed)
Patch Set: Created 3 years, 11 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 02fd920104421acbeef7a8d514886e36fe0aa9d9..5e6339af29019a2bac2fd6e32a9a0673a4969492 100644
--- a/content/test/data/touch_selection.html
+++ b/content/test/data/touch_selection.html
@@ -37,6 +37,10 @@ function get_point_inside_textfield() {
get_point_inside(document.getElementById('textfield'));
}
+function clear_textfield() {
+ document.getElementById('textfield').value = "";
+}
+
</script>
</html>

Powered by Google App Engine
This is Rietveld 408576698