From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- ...th-max-width-percents-across-form-controls.html | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 layout/reftests/css-sizing/min-intrinsic-with-max-width-percents-across-form-controls.html (limited to 'layout/reftests/css-sizing/min-intrinsic-with-max-width-percents-across-form-controls.html') diff --git a/layout/reftests/css-sizing/min-intrinsic-with-max-width-percents-across-form-controls.html b/layout/reftests/css-sizing/min-intrinsic-with-max-width-percents-across-form-controls.html new file mode 100644 index 000000000..65fc31c6e --- /dev/null +++ b/layout/reftests/css-sizing/min-intrinsic-with-max-width-percents-across-form-controls.html @@ -0,0 +1,95 @@ + +Tests for bug 823483 / bug 1247929 + + + + + +
input type="text"
+ + + + +
input type="button"
+ + + + +
button
+ + + + +
Fieldset
fieldset
+ + + + +
input type="file"
+ + + + +
input type="radio"
+ + + + +
input type="checkbox"
+ + + + +
input type="image"
+ + + + +
select
+ + + + +
select size="2"
+ + + + +
meter
+ + + + +
input type="number"
+ + + + +
progress
+ + + + +
input type="range"
+ + + + +
textarea
-- cgit v1.2.3