From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- ...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 | 128 +++++++++++++++++++++ ...in-intrinsic-with-percents-across-elements.html | 125 ++++++++++++++++++++ ...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.list | 4 + 9 files changed, 813 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.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 0000000000..8cf3e853f1 --- /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 0000000000..65fc31c6e1 --- /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 0000000000..fc046623e0 --- /dev/null +++ b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html @@ -0,0 +1,128 @@ + +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 0000000000..b733025a19 --- /dev/null +++ b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements.html @@ -0,0 +1,125 @@ + +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 0000000000..efc63f344b --- /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 0000000000..9679aa0477 --- /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 0000000000..2056753897 --- /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 0000000000..b2a766201b --- /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.list b/layout/reftests/css-sizing/reftest.list new file mode 100644 index 0000000000..87ee274319 --- /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