summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/form-elements/the-textarea-element/support/placeholder.css
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/html/form-elements/the-textarea-element/support/placeholder.css')
-rw-r--r--testing/web-platform/tests/html/form-elements/the-textarea-element/support/placeholder.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html/form-elements/the-textarea-element/support/placeholder.css b/testing/web-platform/tests/html/form-elements/the-textarea-element/support/placeholder.css
new file mode 100644
index 000000000..9aaed05c8
--- /dev/null
+++ b/testing/web-platform/tests/html/form-elements/the-textarea-element/support/placeholder.css
@@ -0,0 +1,6 @@
+textarea.placeholder,
+textarea::placeholder {
+ /* revert browser styling of the placeholder */
+ color: GrayText; /* blink/webkit use colour */
+ opacity: 1.0; /* gecko uses opacity */
+}