1
0
Fork 0
firefox/testing/web-platform/tests/css/css-break/overflowing-block-print-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

29 lines
426 B
HTML

<!DOCTYPE html>
<html class="reftest-paged">
<title>
Reference
</title>
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
position: absolute;
left: 0; right: 0;
height: 100%;
}
div {
border: solid orange 10px;
}
div + div {
border: solid transparent 20px;
}
div > div {
border: solid gray 10px;
height: 300%;
}
</style>
<div></div>
<div>
<div></div>
</div>