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