From c8befac4676a4cd74b40ce3ad7d787f6720ee424 Mon Sep 17 00:00:00 2001 From: "vabr@chromium.org" Date: Thu, 22 May 2014 15:13:27 +0000 Subject: Tests for "WebView: speed up user gesture notification for GestureTap" This provides a test for a Blink fix at https://codereview.chromium.org/288423002/ The test copies exactly the reproduction steps from http://crbug.com/372595: 1. Saves credentials for a form. 2. Reloads the form, letting the credentials be autocompleted. 3. As the very first user interaction, taps on the submit button. 4. Checks that the autofilled password was correctly submitted. The test could not be done in Blink, because it relies on password autocompletion. BUG=372595 R=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/297693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272188 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/data/password/form_and_link.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'chrome/test/data/password') diff --git a/chrome/test/data/password/form_and_link.html b/chrome/test/data/password/form_and_link.html index bf31b44..6bac0cc 100644 --- a/chrome/test/data/password/form_and_link.html +++ b/chrome/test/data/password/form_and_link.html @@ -1,9 +1,23 @@ + + + -
+ + - +
Link -- cgit v1.1