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

Unified Diff: chrome/test/data/android/tabstest/tabs_test.html

Issue 2734943005: Remove moveCursorToSelectionEnd() (Closed)
Patch Set: For dtrainor@'s review Created 3 years, 9 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: chrome/test/data/android/tabstest/tabs_test.html
diff --git a/chrome/test/data/android/tabstest/tabs_test.html b/chrome/test/data/android/tabstest/tabs_test.html
index 21a4049a23bf4653c77485c76d189f5963fa6af0..4deccca23a0f59b91d8dbdbd001abfd8836884fb 100644
--- a/chrome/test/data/android/tabstest/tabs_test.html
+++ b/chrome/test/data/android/tabstest/tabs_test.html
@@ -4,7 +4,7 @@
<title>Data file for TabsTest</title>
</head>
<body>
-<textarea id="textarea" rows="4" cols="20">hello world</textarea>
+<textarea id="textarea" rows="4" cols="10">helloworld</textarea>
<button type="button" id="button" onclick='window.open("about:blank");'>Click me!</button>
<br>
<input type="text" id="input_text"></input>

Powered by Google App Engine
This is Rietveld 408576698