| Index: LayoutTests/fast/forms/setrangetext-within-events-expected.txt
|
| diff --git a/LayoutTests/fast/forms/setrangetext-within-events-expected.txt b/LayoutTests/fast/forms/setrangetext-within-events-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..eb20e7e96da08f78df18b8442f4acca8aa59b5c5
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/setrangetext-within-events-expected.txt
|
| @@ -0,0 +1,16 @@
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +focus :
|
| +PASS textfield.selectionStart is 0
|
| +PASS textfield.selectionEnd is 5
|
| +mousedown :
|
| +PASS textfield.selectionStart is 0
|
| +PASS textfield.selectionEnd is 0
|
| +mouseup :
|
| +PASS textfield.selectionStart is 0
|
| +PASS textfield.selectionEnd is 5
|
| +click :
|
| +PASS textfield.selectionStart is 0
|
| +PASS textfield.selectionEnd is 5
|
| +
|
|
|