ladybird/Tests/LibWeb/Layout/input/unicode-password-input.html
Sam Atkins c747b1c6b5 LibWeb: Calculate hidden password text using code-point count
This means that an `<input type=password>` will show the correct number
of *s in it when non-ASCII characters are entered.

We also don't need to perform text-transform on these as that doesn't
affect the output length, so I've moved it earlier.
2024-11-14 20:23:58 +01:00

2 lines
91 B
HTML

<!DOCTYPE html>
<input type="password" value="こんにちは、友達のみなさん!">