<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <style>
    [bar]::-moz-placeholder,
    [foo]::placeholder {
      display: inline;
    }
  </style>
  <body>
    <input placeholder='foo'>
    <input placeholder='bar'>
  </body>
</html>