summaryrefslogtreecommitdiffstats
path: root/editor/reftests/passwd-6-with-TextEditor.html
blob: f9fcb1892439c95c4f680930b1cfc77ecec57123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html class="reftest-wait">
<body onload="document.getElementsByTagName('input')[0].focus();
              document.getElementsByTagName('input')[0].blur();
              document.documentElement.removeAttribute('class');">
    <input type="password" value="&#x1f914;&#x1f9b8;&#x1f3fd;&#x200D;&#x2640;&#xfe0f;&#x8fba;&#xe0101;&#x915;&#x94d;&zwj;"
    ><!-- Simple Emoji (a surrogate pair in UTF-16),
          Complicate Emoji (Woman Superhero: Medium Skin Tone),
          Kanji with IVS,
          2 devanāgarī characters followed by ZWJ -->
</body>
</html>