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