https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a5cd37d5f47ecb7118d8804b928a5ac4ccf6a7fd authored by ffxbld on 08 September 2011, 19:36:56 UTC
Added tag FENNEC_7_0b5_BUILD1 for changeset 386311c39987. CLOSED TREE a=release
Tip revision: a5cd37d
placeholder-11.html
<!DOCTYPE html>
<html>
  <!-- Test: placeholder shouldn't show new lines (&#10; version) -->
  <body>
    <input type="text" value="" placeholder="my&#10; placeholder">
  </body>
</html>
back to top