blob: 4f451de2352e9534ebbcd23f89e1d184ad2d7f19 [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="x"></input> <!-- one ascii character -->
<br><input type="password" value="cafe"></input> <!-- without combining character -->
</body>
</html>