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:
Martin Robinson 2024-07-30 16:39:17 +02:00 committed by GitHub
parent c06a6a764e
commit a64f75b62f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 30 additions and 31 deletions

View file

@ -5,5 +5,5 @@
[.target > * 1]
expected: FAIL
[.target > * 5]
[.target > * 11]
expected: FAIL

View file

@ -1,2 +0,0 @@
[dir_auto-textarea-script-N-EN.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[multiline-placeholder-cr.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[multiline-placeholder-crlf.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[multiline-placeholder.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[placeholder-white-space.tentative.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[textarea_placeholder.html]
expected: FAIL