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

Unified Diff: LayoutTests/editing/input/select-all-clear-input-method.html

Issue 272703007: Call setPosition with valid offset in another layout test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/input/select-all-clear-input-method.html
diff --git a/LayoutTests/editing/input/select-all-clear-input-method.html b/LayoutTests/editing/input/select-all-clear-input-method.html
index 07586b33ce84a4cd0c45a9bd83e38036726ee42a..2d779c4471246ea9d16454a8e4711517ee37c756 100644
--- a/LayoutTests/editing/input/select-all-clear-input-method.html
+++ b/LayoutTests/editing/input/select-all-clear-input-method.html
@@ -11,7 +11,7 @@ WebKit should not delete contents.</p>
if (window.testRunner) {
var container = document.getElementById('container');
container.firstChild.focus();
- getSelection().collapse(container.firstChild.firstChild, 5);
+ getSelection().collapse(container.firstChild.firstChild, 3);
if (window.textInputController) {
Markup.description(document.getElementsByTagName('p')[0].textContent);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698