https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 63010c3e4bb7ade86ddc7c065cb26762b118e680 authored by Ehsan Akhgari on 13 July 2012, 17:33:17 UTC
Remove the failing test, r+a=me
Tip revision: 63010c3
placeholder-1-password.html
<!DOCTYPE html>
<html>
  <!-- Test: placeholder should be used by input password elements -->
  <body>
    <input type="password" value="" placeholder="my placeholder">
  </body>
</html>
back to top