mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
9 lines
401 B
HTML
9 lines
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>
|