mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
In addition to making it so that textual `<input>` and `<textarea>` share a common shadow DOM structure, this allows styling the `<textarea>` placeholder. It is now properly shown in grey. Testing: This fixes a few WPT tests. Signed-off-by: Martin Robinson <mrobinson@igalia.com>