Bug 1744318 [wpt PR 31881] - Add a test for https://crrev.com/c/3311271, a=testonly
[gecko.git] / editor / reftests / passwd-8-with-TextEditor.html
blobd4f9aa7d6f38b4e23e02ff6e50a615a898da9e31
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <body onload="document.getElementsByTagName('input')[0].focus();
4 document.getElementsByTagName('input')[0].blur();
5 document.getElementsByTagName('input')[0].type = 'password';
6 document.documentElement.removeAttribute('class');">
7 <input type="text" value="abcdef">
8 </body>
9 </html>