<!DOCTYPE html>
<meta charset="utf-8">
<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"> <!-- one ascii character -->
<br><input type="password" value="cafe"> <!-- without combining character -->
<br><input type="password" value="SS"> <!-- two letters -->
<br><input type="password" value="I"> <!-- a letter -->
</body>