https://github.com/mozilla/gecko-dev
Raw File
Tip revision: eb63c9662e366f16922e791e749368be6bc79ea4 authored by ffxbld on 20 January 2016, 23:57:13 UTC
Added FENNEC_44_0_RELEASE FENNEC_44_0_BUILD2 tag(s) for changeset 8d923c29717c. DONTBUILD CLOSED TREE a=release
Tip revision: eb63c96
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