summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/345267-1c.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/345267-1c.html')
-rw-r--r--layout/reftests/bugs/345267-1c.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/345267-1c.html b/layout/reftests/bugs/345267-1c.html
new file mode 100644
index 0000000000..1e78bec0dc
--- /dev/null
+++ b/layout/reftests/bugs/345267-1c.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <input size="20" value="abcde">
+ <script>
+ document.body.offsetWidth;
+ document.getElementsByTagName("input")[0].maxLength = "2";
+ </script>
+</body>
+</html>