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="🤔🦸🏽‍♀️辺󠄁क्‍"
><!-- 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>
|