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

Unified 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 side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698