Chromium Code Reviews| 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..a0998a9fffa294792ae57c43ffd39403cbff8a17 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 end)"); |
|
tkent
2014/07/08 00:34:48
We should update the comment for the FAILURE. at
harpreet.sk
2014/07/08 06:07:58
Done.
|
| document.write("<br>"); |
| input.focus(); |