https://github.com/mozilla/gecko-dev
Raw File
Tip revision: eaec7477b655f6c082678c2499ac74b5a19c6d45 authored by ffxbld on 17 September 2015, 03:34:24 UTC
Added FENNEC_41_0_RELEASE FENNEC_41_0_BUILD2 tag(s) for changeset db442a70c84e. DONTBUILD CLOSED TREE a=release
Tip revision: eaec747
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