Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: editor/reftests/reftest.list
<!DOCTYPE html>
<html class="reftest-wait">
<body onload="document.getElementsByTagName('input')[0].focus();
document.getElementsByTagName('input')[0].blur();
document.getElementsByTagName('input')[0].type = 'text';
document.documentElement.removeAttribute('class');">
<input type="password" value="abcdef">
</body>
</html>