| Index: LayoutTests/fast/forms/input-setvalue-selection.html
|
| diff --git a/LayoutTests/fast/forms/input-setvalue-selection.html b/LayoutTests/fast/forms/input-setvalue-selection.html
|
| index 6ae05477fb52502cc312472de827e5ecfb85c49e..8f274d65c62b1d69f83a0985d2505e641c4092f5 100644
|
| --- a/LayoutTests/fast/forms/input-setvalue-selection.html
|
| +++ b/LayoutTests/fast/forms/input-setvalue-selection.html
|
| @@ -12,7 +12,7 @@ JavaScript Form Validation issue on Banco do Brasil site.</p>
|
|
|
| input = document.getElementsByTagName("input")[0];
|
| input.value = "1";
|
| - document.write(input.selectionStart == 1 ? "1. SUCCESS" : "1. FAILURE (the insertion point should be at the end)");
|
| + document.write(input.selectionStart == 0 ? "1. SUCCESS" : "1. FAILURE (the insertion point should be at the beginning)");
|
|
|
| document.write("<br>");
|
| input.focus();
|
|
|