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

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

Issue 1668453002: Make empty selection behavior behave like Android EditText. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply code review and fix test 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/longpress_textarea.html
diff --git a/third_party/WebKit/Source/web/tests/data/longpress_textarea.html b/third_party/WebKit/Source/web/tests/data/longpress_textarea.html
new file mode 100644
index 0000000000000000000000000000000000000000..9f996c45bb0b59f025ec7745fcd47f2840a7846a
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/longpress_textarea.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+span {
+ font-size: 300%;
+}
+</style>
+</head>
+<body>
+<textarea id="blanklinestextbox">
+
+
+
+
+
+
+
+
+
+</textarea>
+
+</body>
+</html>
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698