https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a2b76b0564f163d3a1ba93e3b55a2fba1305d39b authored by tbirdbld on 20 June 2012, 03:39:11 UTC
Added THUNDERBIRD_14_0b3_RELEASE THUNDERBIRD_14_0b3_BUILD1 tag(s) for changeset 7945471fc07f. DONTBUILD CLOSED TREE a=release
Tip revision: a2b76b0
placeholder-12.html
<!DOCTYPE html>
<html>
  <!-- Test: placeholder shouldn't show new lines (&#13; version) -->
  <body>
    <input type="text" value="" placeholder="my&#13; placeholder">
  </body>
</html>
back to top