https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 20c88c7dedfa59ef45f7a5b41873c2138f525671 authored by ffxbld on 26 November 2014, 01:43:26 UTC
Added FENNEC_34_0_RELEASE FENNEC_34_0_BUILD2 tag(s) for changeset 9649487b00a2. DONTBUILD CLOSED TREE a=release
Tip revision: 20c88c7
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