Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: LayoutTests/fast/forms/text-input-js-pop-up-for-tab-pressed-expected.txt

Issue 297343003: Fix for the input element contains extra '\t' TAB symbol after pressing TAB key when JS pop-up is a… Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added layout tests. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ALERT: abcd
2 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 eve nt,
3 which actually should not insert tab in the text field.
4
5 To test this manully write a sample page which has textbox and js pop-up(alert o r confirmation) for tab keypress event, then focus on the textbox and press tab, see there is a tab inserted or not in the textbox.
6
7 PASS document.getElementById('text1').value is expectedValue
8
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698