diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-06-24 17:52:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-24 15:52:15 +0000 |
| commit | f2f527c451b1b05b393af99b89c528aadb203ce6 (patch) | |
| tree | bad5d6f5de768e1d04680267618b0cf78fec64a5 /tests/ref/html | |
| parent | 9e3c1199edddc0422d34a266681d2efe1babd0c1 (diff) | |
Also fix encoding of `<textarea>` (#6497)
Diffstat (limited to 'tests/ref/html')
| -rw-r--r-- | tests/ref/html/html-textarea-starting-with-newline.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ref/html/html-textarea-starting-with-newline.html b/tests/ref/html/html-textarea-starting-with-newline.html new file mode 100644 index 00000000..9c234037 --- /dev/null +++ b/tests/ref/html/html-textarea-starting-with-newline.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + </head> + <body><textarea> + +enter</textarea></body> +</html> |
