https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 803370a48e1ecd421db5ea0bf18d5c5a24853854 authored by ffxbld on 27 October 2015, 16:04:17 UTC
Added FIREFOX_38_4_0esr_RELEASE FIREFOX_38_4_0esr_BUILD1 tag(s) for changeset d8cefc58bd1a. DONTBUILD CLOSED TREE a=release
Tip revision: 803370a
placeholder-6.html
<!DOCTYPE html>
<html>
  <!-- Test placeholder behavior when input is too small -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input type="text" size="5" value="" placeholder="my placeholder">
  </body>
</html>
back to top