diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/345267-1a.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bugs/345267-1a.html b/layout/reftests/bugs/345267-1a.html new file mode 100644 index 0000000000..feace49e6b --- /dev/null +++ b/layout/reftests/bugs/345267-1a.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body> + <input size="20" maxlength="2" value="abcde"> +</body> +</html> |