https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1f94c6d54ebcb7ad01342ab97e366c107bbf9300 authored by ffxbld on 15 September 2015, 01:55:37 UTC
Added FIREFOX_41_0_RELEASE FIREFOX_41_0_BUILD1 tag(s) for changeset 02cbfe147883. DONTBUILD CLOSED TREE a=release
Tip revision: 1f94c6d
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