https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f4a15b4799f3f44bf33e4b4c46c839bb81c5fc2c authored by Michael Kaply on 23 September 2020, 21:09:06 UTC
Bug 1666836 - Set bools correct with legacy preferences. r=emalysz, a=RyanVM
Tip revision: f4a15b4
placeholder-overflow-ref.html
<!DOCTYPE html>
<html>
  <!--
    This test 'emulate' the placeholder by setting a style
    to the value of an input text.
    This test may break if placeholder default style is changed.
  -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>

  <body>
    <input type="text" class="placeholder" size="5" value="my placeholder">
  </body>
</html>
back to top