From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- .../css-valuesandunits/unit-vh-vw-overflow-scroll.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll.html (limited to 'layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll.html') diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll.html new file mode 100644 index 0000000000..11696a0389 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll.html @@ -0,0 +1,14 @@ +<style> + body { background-color: black } + iframe { + width: 100px; + height: 200px; + margin: 0px; + border: 0px; + } +</style> + +<body> + <iframe src="unit-vh-vw-overflow-scroll-iframe.html"></iframe> + <iframe src="unit-vh-vw-overflow-scroll-iframe.html"></iframe> +</body> -- cgit v1.2.3