https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 83eb28e235fa6e2c42b1ded2446ebb5d54f0abeb authored by ffxbld on 28 November 2012, 13:44:03 UTC
Added FENNEC_18_0b2_RELEASE FENNEC_18_0b2_BUILD1 tag(s) for changeset d10f33133b71. DONTBUILD CLOSED TREE a=release
Tip revision: 83eb28e
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