Autofill is, be default, restricted to content from HTTP/S origins.
Most unittests that were using data-url loading to exercise autofill have been updated to launch an embedded test server to serve the data.
Some tests/helpers still need to be updated.
In: chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
- AutofillPopupTest.java
- AutofillPopupWithKeyboardTest.java
- keyboard_accessory/ManualFillingIntegrationTest.java
- keyboard_accessory/ManualFillingTestHelper.java
- keyboard_accessory/PasswordAccessoryIntegrationTest.java
In: chrome/browser/autofill/
- autofill_server_browsertest.cc
In support of these tests, a feature was added to enable autofill for non-HTTP(S) pages during testing.
The tests should be fixed and the feature (or at least it's use)_retired.
Comment 1 by rogerm@chromium.org
, Oct 11