Bug 1890689 apply drift correction to input rate instead of output rate r=pehrsons
[gecko.git] / editor / reftests / passwd-3.html
blob3e1e715eb96d52ab072a3c4b10193678f85a6d0f
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <input type="password">
5 <script>
6 document.getElementsByTagName("input")[0].value = "abcdef";
7 </script>
8 </body>
9 </html>