summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/form-elements/the-textarea-element/support/placeholder.css
blob: 9aaed05c86ac001a9c9b7749424b501b8a38281a (plain)
1
2
3
4
5
6
textarea.placeholder,
textarea::placeholder {
  /* revert browser styling of the placeholder */
  color: GrayText; /* blink/webkit use colour */
  opacity: 1.0; /* gecko uses opacity */
}