blob: 22258396c7b63c297f5d4cd6135e8868e63385ce [file] [log] [blame]
<!doctype html>
<html>
<body>
<p> This tests that the number of bullet points shown in a password
field reflects the number of "grapheme clusters" even if some of the grapheme
clusters are characters outside the Basic Multilingual Plane, or combining
characters. For <a href="https://crbug.com/486880">crbug.com/486880</a>.</p>
<input type="password" value="😃"></input> <!-- Smiley face (U+1F603) -->
<br><input type="password" value="cafe&#x0301;"></input> <!-- with combining character -->
</body>
</html>