Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/345267-1d.html

10 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>