<!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="😃"> <!-- Smiley face (U+1F603) -->
<br><input type="password" value="café"> <!-- with combining character -->
<br><input type="password" value="ß" style="text-transform: uppercase;">
<br><input lang="lt" type="password" value="i̇" style="text-transform: uppercase;">
</body>