mirror of
https://github.com/servo/servo.git
synced 2025-08-20 04:45:33 +01:00
Show the placeholder text for textarea elements.
Fixes https://github.com/servo/servo/issues/10552. All this logic was taken from htmlinputelement.rs.
This commit is contained in:
parent
4cb3404c09
commit
a9b0a5fd57
5 changed files with 80 additions and 2 deletions
|
@ -29,6 +29,7 @@ files = [
|
|||
"./tests/unit/net/parsable_mime/text",
|
||||
"./tests/wpt/mozilla/tests/css/fonts",
|
||||
"./tests/wpt/mozilla/tests/css/pre_with_tab.html",
|
||||
"./tests/wpt/mozilla/tests/mozilla/textarea_placeholder.html",
|
||||
# FIXME(pcwalton, #11679): This is a workaround for a tidy error on the quoted string
|
||||
# `"__TEXT,_info_plist"` inside an attribute.
|
||||
"./components/servo/platform/macos/mod.rs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue