gecko-dev/editor/reftests/passwd-8-with-TextEditor.html

10 строки
370 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<body onload="document.getElementsByTagName('input')[0].focus();
document.getElementsByTagName('input')[0].blur();
document.getElementsByTagName('input')[0].type = 'password';
document.documentElement.removeAttribute('class');">
<input type="text" value="abcdef">
</body>
</html>