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 --- ...ax-width-percents-across-form-controls-ref.html | 95 ++++++++++++++++ ...th-max-width-percents-across-form-controls.html | 95 ++++++++++++++++ ...ntrinsic-with-percents-across-elements-ref.html | 126 +++++++++++++++++++++ ...in-intrinsic-with-percents-across-elements.html | 124 ++++++++++++++++++++ ...trinsic-with-percents-across-img-cases-ref.html | 88 ++++++++++++++ ...n-intrinsic-with-percents-across-img-cases.html | 88 ++++++++++++++ ...th-width-percents-across-form-controls-ref.html | 95 ++++++++++++++++ ...c-with-width-percents-across-form-controls.html | 95 ++++++++++++++++ layout/reftests/css-sizing/reftest-stylo.list | 5 + layout/reftests/css-sizing/reftest.list | 4 + 10 files changed, 815 insertions(+) create mode 100644 layout/reftests/css-sizing/min-intrinsic-with-max-width-percents-across-form-controls-ref.html create mode 100644 layout/reftests/css-sizing/min-intrinsic-with-max-width-percents-across-form-controls.html create mode 100644 layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html create mode 100644 layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements.html create mode 100644 layout/reftests/css-sizing/min-intrinsic-with-percents-across-img-cases-ref.html create mode 100644 layout/reftests/css-sizing/min-intrinsic-with-percents-across-img-cases.html create mode 100644 layout/reftests/css-sizing/min-intrinsic-with-width-percents-across-form-controls-ref.html create mode 100644 layout/reftests/css-sizing/min-intrinsic-with-width-percents-across-form-controls.html create mode 100644 layout/reftests/css-sizing/reftest-stylo.list create mode 100644 layout/reftests/css-sizing/reftest.list (limited to 'layout/reftests/css-sizing') diff --git a/layout/reftests/css-sizing/min-intrinsic-with-max-width-percents-across-form-controls-ref.html b/layout/reftests/css-sizing/min-intrinsic-with-max-width-percents-across-form-controls-ref.html new file mode 100644 index 000000000..8cf3e853f --- /dev/null +++ b/layout/reftests/css-sizing/min-intrinsic-with-max-width-percents-across-form-controls-ref.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
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
diff --git a/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html new file mode 100644 index 000000000..dbd50f8f4 --- /dev/null +++ b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html @@ -0,0 +1,126 @@ + +References for bug 823483 + + + + + +
img, unstyled
+ + + + +
img, width: 50%
+ + + + +
img, max-width: 50%
+ + + + +
canvas, unstyled
+ + + + +
canvas, width: 50%
+ + + + +
canvas, max-width: 50%
+ + + + +
iframe, almost unstyled
+ + + + +
iframe, width: 50%
+ + + + +
iframe, max-width: 50%
+ + + + +
input type="text", unstyled
+ + + + +
input type="text", width: 50%
+ + + + +
input type="text", max-width: 50%
+ + + + +
empty input type="button", unstyled
+ + + + + +
empty input type="button", width: 50%
+ + + + + +
empty input type="button", max-width: 50%
+ + + + +
nonempty input type="button", unstyled
+ + + + +
nonempty input type="button", width: 50%
+ + + + +
nonempty input type="button", max-width: 50%
+ + diff --git a/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements.html b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements.html new file mode 100644 index 000000000..5abfa93e7 --- /dev/null +++ b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements.html @@ -0,0 +1,124 @@ + +Tests for bug 823483 + + + + + +
img, unstyled
+ + + + +
img, width: 50%
+ + + + +
img, max-width: 50%
+ + + + +
canvas, unstyled
+ + + + +
canvas, width: 50%
+ + + + +
canvas, max-width: 50%
+ + + + +
iframe, almost unstyled
+ + + + +
iframe, width: 50%
+ + + + +
iframe, max-width: 50%
+ + + + +
input type="text", unstyled
+ + + + +
input type="text", width: 50%
+ + + + +
input type="text", max-width: 50%
+ + + + +
empty input type="button", unstyled
+ + + + +
empty input type="button", width: 50%
+ + + + +
empty input type="button", max-width: 50%
+ + + + +
nonempty input type="button", unstyled
+ + + + +
nonempty input type="button", width: 50%
+ + + + +
nonempty input type="button", max-width: 50%
+ + diff --git a/layout/reftests/css-sizing/min-intrinsic-with-percents-across-img-cases-ref.html b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-img-cases-ref.html new file mode 100644 index 000000000..efc63f344 --- /dev/null +++ b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-img-cases-ref.html @@ -0,0 +1,88 @@ + +References for bug 823483 + + + + + + +
unstyled
+ + + + +
width: 10px
+ + + + +
width: 50%
+ + + + +
min-width: 50%
+ + + + +
max-width: 50%
+ + + + +
width: 10px; max-width: 50%
+ + + + +
width: 10px; min-width: 50%
+ + + + +
width: 150%
+ + + + +
min-width: 150%
+ + + + +
max-width: 150%
+ + + + +
width: 10px; max-width: 150%
+ + + + +
width: 10px; min-width: 150%
+ + diff --git a/layout/reftests/css-sizing/min-intrinsic-with-percents-across-img-cases.html b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-img-cases.html new file mode 100644 index 000000000..9679aa047 --- /dev/null +++ b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-img-cases.html @@ -0,0 +1,88 @@ + +Tests for bug 823483 + + + + + + +
unstyled
+ + + + +
width: 10px
+ + + + +
width: 50%
+ + + + +
min-width: 50%
+ + + + +
max-width: 50%
+ + + + +
width: 10px; max-width: 50%
+ + + + +
width: 10px; min-width: 50%
+ + + + +
width: 150%
+ + + + +
min-width: 150%
+ + + + +
max-width: 150%
+ + + + +
width: 10px; max-width: 150%
+ + + + +
width: 10px; min-width: 150%
+ + diff --git a/layout/reftests/css-sizing/min-intrinsic-with-width-percents-across-form-controls-ref.html b/layout/reftests/css-sizing/min-intrinsic-with-width-percents-across-form-controls-ref.html new file mode 100644 index 000000000..205675389 --- /dev/null +++ b/layout/reftests/css-sizing/min-intrinsic-with-width-percents-across-form-controls-ref.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
diff --git a/layout/reftests/css-sizing/min-intrinsic-with-width-percents-across-form-controls.html b/layout/reftests/css-sizing/min-intrinsic-with-width-percents-across-form-controls.html new file mode 100644 index 000000000..b2a766201 --- /dev/null +++ b/layout/reftests/css-sizing/min-intrinsic-with-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
diff --git a/layout/reftests/css-sizing/reftest-stylo.list b/layout/reftests/css-sizing/reftest-stylo.list new file mode 100644 index 000000000..76a94893d --- /dev/null +++ b/layout/reftests/css-sizing/reftest-stylo.list @@ -0,0 +1,5 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +== min-intrinsic-with-percents-across-img-cases.html min-intrinsic-with-percents-across-img-cases.html +== min-intrinsic-with-percents-across-elements.html min-intrinsic-with-percents-across-elements.html +skip == min-intrinsic-with-max-width-percents-across-form-controls.html min-intrinsic-with-max-width-percents-across-form-controls.html +skip == min-intrinsic-with-width-percents-across-form-controls.html min-intrinsic-with-width-percents-across-form-controls.html diff --git a/layout/reftests/css-sizing/reftest.list b/layout/reftests/css-sizing/reftest.list new file mode 100644 index 000000000..87ee27431 --- /dev/null +++ b/layout/reftests/css-sizing/reftest.list @@ -0,0 +1,4 @@ +== min-intrinsic-with-percents-across-img-cases.html min-intrinsic-with-percents-across-img-cases-ref.html +== min-intrinsic-with-percents-across-elements.html min-intrinsic-with-percents-across-elements-ref.html +== min-intrinsic-with-max-width-percents-across-form-controls.html min-intrinsic-with-max-width-percents-across-form-controls-ref.html +== min-intrinsic-with-width-percents-across-form-controls.html min-intrinsic-with-width-percents-across-form-controls-ref.html -- cgit v1.2.3