https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c1786eab9693349dc8475e7c5cb0bafb2c4c800b authored by ffxbld on 14 July 2014, 22:27:57 UTC
Added FIREFOX_24_7_0esr_RELEASE FIREFOX_24_7_0esr_BUILD1 tag(s) for changeset 1061c4065849. DONTBUILD CLOSED TREE a=release
Tip revision: c1786ea
placeholder-12.html
<!DOCTYPE html>
<html>
  <!-- Test: placeholder shouldn't show new lines (&#13; version) -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input type="text" value="" placeholder="my&#13; placeholder">
  </body>
</html>
back to top