mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
layout: Fix display of new text in textarea
elements (#32886)
Previously `<textarea>` was just displaying node contents, which is the original text content, not the one updated by later typing. This change fixes that issue. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
c06a6a764e
commit
a64f75b62f
8 changed files with 30 additions and 31 deletions
|
@ -1,2 +0,0 @@
|
|||
[multiline-placeholder-cr.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[multiline-placeholder-crlf.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[multiline-placeholder.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[placeholder-white-space.tentative.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue