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

Unified Diff: third_party/WebKit/Source/web/tests/data/longpress_selection.html

Issue 1668453002: Make empty selection behavior behave like Android EditText. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error in WebViewTest Created 4 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: third_party/WebKit/Source/web/tests/data/longpress_selection.html
diff --git a/third_party/WebKit/Source/web/tests/data/longpress_selection.html b/third_party/WebKit/Source/web/tests/data/longpress_selection.html
index 866994f9b0f7c6b10d44b8c32bdac9b5041762d6..1666d0e52053cd0c3c0cb3508342d09808fbbebe 100644
--- a/third_party/WebKit/Source/web/tests/data/longpress_selection.html
+++ b/third_party/WebKit/Source/web/tests/data/longpress_selection.html
@@ -19,5 +19,18 @@ To test onselectstart, here is
anotherbitoftext
</span>
that we should not be able to select.
+<br>
+<textarea id="blanklinestextbox">
+
+
+
+
+
+
+
+
+
+</textarea>
+
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698