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

9 строки
358 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=" "><!-- even only whitespace, text frame should be created -->
</body>
</html>