https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a8beaa69d854aed56f3289ae9514a12523d1b5a9 authored by Mike Hommey on 17 March 2013, 07:03:05 UTC
Bug 849497 - Enable getUserMedia in xulrunner. r=bsmedberg, a=lsblakk
Tip revision: a8beaa6
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