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

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

Issue 2201853002: Blink handle selection handle visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed ESTABLISHED/DISSOLVED Created 4 years, 1 month 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 5e6339af29019a2bac2fd6e32a9a0673a4969492..02fd920104421acbeef7a8d514886e36fe0aa9d9 100644
--- a/content/test/data/touch_selection.html
+++ b/content/test/data/touch_selection.html
@@ -37,10 +37,6 @@ 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