зеркало из https://github.com/mozilla/gecko-dev.git
9 строки
401 B
HTML
9 строки
401 B
HTML
|
<!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="あ漢А؀ก"><!-- original character shouldn't affect the mask's font -->
|
||
|
</body>
|
||
|
</html>
|