https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c71a1314b1056d722212e770c3c249c4e140d0ea authored by ffxbld on 02 August 2013, 02:41:48 UTC
Added FIREFOX_23_0_RELEASE FIREFOX_23_0_BUILD2 tag(s) for changeset 5efffaf39814. DONTBUILD CLOSED TREE a=release
Tip revision: c71a131
placeholder-11.html
<!DOCTYPE html>
<html>
  <!-- Test: placeholder shouldn't show new lines (&#10; version) -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input type="text" value="" placeholder="my&#10; placeholder">
  </body>
</html>
back to top