| Index: third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation.html b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation.html
|
| index fb04acd5d83aa279ef634fec7e3a4267c7ed4b73..699a99842569a514117bd7df94a64055a821dcc7 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation.html
|
| @@ -68,8 +68,8 @@
|
| debug("- append a empty text node");
|
| ta.setSelectionRange(2, 3);
|
| ta.appendChild(document.createTextNode(''));
|
| - shouldBe('ta.selectionStart', '12');
|
| - shouldBe('ta.selectionEnd', '12');
|
| + shouldBe('ta.selectionStart', '2');
|
| + shouldBe('ta.selectionEnd', '3');
|
| </script>
|
| </body>
|
| </html>
|
|
|