blob: 2cc4ba243e997463f5bf8528b061623f4c90851b (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE html>
<html class="reftest-wait">
<body onload="document.getElementsByTagName('input')[0].type = 'password';
document.documentElement.removeAttribute('class');">
<input type="text" value="abcdef">
</body>
</html>
|