diff options
Diffstat (limited to 'layout/reftests/forms/fieldset/fieldset-min-width-1b.html')
-rw-r--r-- | layout/reftests/forms/fieldset/fieldset-min-width-1b.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/forms/fieldset/fieldset-min-width-1b.html b/layout/reftests/forms/fieldset/fieldset-min-width-1b.html new file mode 100644 index 0000000000..569408c24b --- /dev/null +++ b/layout/reftests/forms/fieldset/fieldset-min-width-1b.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<body style="width: 0"> + <fieldset style="width: 0"> + Longwordgoeshere + </fieldset> +</body> |