https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 68bba3abd53ee78d9996e00a47b9d024604d30bf authored by Ryan VanderMeulen on 29 July 2015, 14:12:35 UTC
Added tag B2G_2_0_END for changeset 2e6f1d4deff9 on a CLOSED TREE
Tip revision: 68bba3a
placeholder-visible-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" value="my placeholder">
  </body>
</html>
back to top