https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 99768a517223b77914cffb76540aea0f17c7dbe5 authored by ffxbld on 05 June 2012, 18:23:14 UTC
Added FIREFOX_14_0b6_RELEASE FIREFOX_14_0b6_BUILD2 tag(s) for changeset 538cf07e6ba1. DONTBUILD CLOSED TREE a=release
Tip revision: 99768a5
placeholder-12.html
<!DOCTYPE html>
<html>
  <!-- Test: placeholder shouldn't show new lines (&#13; version) -->
  <body>
    <input type="text" value="" placeholder="my&#13; placeholder">
  </body>
</html>
back to top