Bug 1772588 [wpt PR 34302] - [wpt] Add test for block-in-inline offsetParent., a...
[gecko.git] / editor / reftests / emptypasswd-2.html
blob6e33f46b1cf344a1eb3db3c534a5bd3c2c21e393
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <input type="password" value="abcdef">
5 <script>
6 document.getElementsByTagName("input")[0].value = "";
7 </script>
8 </body>
9 </html>