https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5d69e318853aa2084ed1f8785136cfcdfd1408af authored by ffxbld on 20 March 2015, 03:09:29 UTC
Added FENNEC_36_0_3_RELEASE FENNEC_36_0_3_BUILD1 tag(s) for changeset b8829abc5d15. DONTBUILD CLOSED TREE a=release
Tip revision: 5d69e31
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