зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
370 B
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 = 'text';
|
||
|
document.documentElement.removeAttribute('class');">
|
||
|
<input type="password" value="abcdef">
|
||
|
</body>
|
||
|
</html>
|