Mypal/layout/reftests/bugs/345267-1d.html
2019-03-11 13:26:37 +03:00

11 lines
212 B
HTML

<!DOCTYPE html>
<html>
<body>
<input size="20" maxlength="2">
<script>
document.body.offsetWidth;
document.getElementsByTagName("input")[0].setAttribute("value", "abcde");
</script>
</body>
</html>