https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c858d12560c302dd7f678e6bed3a6c1e66d45113 authored by ffxbld on 04 August 2015, 02:20:59 UTC
Added FIREFOX_38_2_0esr_RELEASE FIREFOX_38_2_0esr_BUILD1 tag(s) for changeset eff70db14dbe. DONTBUILD CLOSED TREE a=release
Tip revision: c858d12
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