function hasPlaceholderSupport() {
  var input = document.create('input');
  return ('placeholder' in input);
}
