[conformance-checkers-tests][html-tests][selectors-api-tests] Turn off input password autocomplete to enhance security (#1081)

- AUTOCOMPLETE attribute is not disabled in HTML FORM/INPUT element containing password type input. Passwords may be stored in browsers and retrieved. Turn off AUTOCOMPLETE attribute in form or individual input elements containing password by using AUTOCOMPLETE='OFF'.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/1081

Received on Saturday, 28 June 2014 09:35:23 UTC