https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 12d4eb1f39d4c802e8ec6e94eeef91d53548d643 authored by ffxbld on 30 August 2011, 16:23:22 UTC
Added tag FENNEC_7_0b3_BUILD1 for changeset 5c70e2cefba5. CLOSED TREE a=release
Tip revision: 12d4eb1
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