https://github.com/mozilla/gecko-dev
Raw File
Tip revision: df782f451b6757272a224f091a009035b18300a4 authored by ffxbld on 11 January 2012, 16:36:03 UTC
Added tag FENNEC_10_0b4_BUILD1 for changeset 69368d1fa5bf. CLOSED TREE a=release
Tip revision: df782f4
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