From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- ...ntrinsic-with-percents-across-elements-ref.html | 128 +++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html (limited to 'layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html') 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%
+ + -- cgit v1.2.3