summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/fieldset-min-width-2a.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/fieldset/fieldset-min-width-2a.html')
-rw-r--r--layout/reftests/forms/fieldset/fieldset-min-width-2a.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/forms/fieldset/fieldset-min-width-2a.html b/layout/reftests/forms/fieldset/fieldset-min-width-2a.html
new file mode 100644
index 0000000000..21df3cc43c
--- /dev/null
+++ b/layout/reftests/forms/fieldset/fieldset-min-width-2a.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<fieldset style="width: 0; min-width: 0">
+ <div style="visibility: hidden">Longwordgoeshere</div>
+</fieldset>