| Index: third_party/WebKit/LayoutTests/platform/mac/fast/forms/onselect-textarea-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/forms/onselect-textarea-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/forms/onselect-textarea-expected.txt
|
| deleted file mode 100644
|
| index 653a1bf3bd5089298185759290a0296afb65c0d2..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/forms/onselect-textarea-expected.txt
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -
|
| -This tests onSelect for textareas.
|
| -This also makes sure that the correct selection is restored when the element regains focus.
|
| -
|
| -Calling focus on textarea
|
| -After focus: textarea selection start: 0 end: 0
|
| -
|
| -Calling setSelectionRange on textarea
|
| -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: 13 end: 14
|
| -
|
| -Calling blur on textarea
|
| -After blur: textarea selection start: 13 end: 14
|
| -
|
| -Calling focus on textarea
|
| -After focus: textarea selection start: 13 end: 14
|
| -
|
|
|