| Index: LayoutTests/fast/forms/text-input-js-pop-up-for-tab-pressed-expected.txt
|
| diff --git a/LayoutTests/fast/forms/text-input-js-pop-up-for-tab-pressed-expected.txt b/LayoutTests/fast/forms/text-input-js-pop-up-for-tab-pressed-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f07d6fd1901d9627b42ae0cb6463f270949698d6
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/text-input-js-pop-up-for-tab-pressed-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +ALERT: abcd
|
| +This test case checks when we press a tab key in a text field inserts tab in the text field when there is JS pop-up associated with the texbox for tab press event,
|
| +which actually should not insert tab in the text field.
|
| +
|
| +To test this manully write a sample page which has textbox and js pop-up(alert or confirmation) for tab keypress event, then focus on the textbox and press tab, see there is a tab inserted or not in the textbox.
|
| +
|
| +PASS document.getElementById('text1').value is expectedValue
|
| +
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|