Index: LayoutTests/platform/mac/fast/forms/onselect-textarea-expected.txt |
diff --git a/LayoutTests/fast/forms/onselect-textarea-expected.txt b/LayoutTests/platform/mac/fast/forms/onselect-textarea-expected.txt |
similarity index 73% |
rename from LayoutTests/fast/forms/onselect-textarea-expected.txt |
rename to LayoutTests/platform/mac/fast/forms/onselect-textarea-expected.txt |
index baea6ed599733116ef91fc7da3d4b1069ec20de6..653a1bf3bd5089298185759290a0296afb65c0d2 100644 |
--- a/LayoutTests/fast/forms/onselect-textarea-expected.txt |
+++ b/LayoutTests/platform/mac/fast/forms/onselect-textarea-expected.txt |
@@ -10,11 +10,11 @@ After setSelectionRange(5, 10): textarea selection start: 5 end: 10 |
Double clicking to make selection for textarea |
onselect fired for textarea |
-After double clicking: textarea selection start: 9 end: 13 |
+After double clicking: textarea selection start: 13 end: 14 |
Calling blur on textarea |
-After blur: textarea selection start: 9 end: 13 |
+After blur: textarea selection start: 13 end: 14 |
Calling focus on textarea |
-After focus: textarea selection start: 9 end: 13 |
+After focus: textarea selection start: 13 end: 14 |