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