https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 09521386c8343bddc4222caf707090f7e2d43d56 authored by ffxbld on 21 December 2011, 20:55:14 UTC
Added tag FENNEC_10_0b1_BUILD1 for changeset 88dc4e690b7e. CLOSED TREE a=release
Tip revision: 0952138
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