https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fc4b0ea1ea281e947ca1c83714be9c5185c010ff authored by ffxbld on 11 March 2012, 01:18:23 UTC
Added FIREFOX_11_0b8_RELEASE FIREFOX_11_0b8_BUILD1 tag(s) for changeset 0df2e93ff663. DONTBUILD CLOSED TREE a=release
Tip revision: fc4b0ea
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