1
0
Fork 0
firefox/testing/web-platform/tests/css/css-sizing/stretch/block-height-003-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

16 lines
349 B
HTML

<!DOCTYPE html>
<style>
.surrounding-block {
width: 100px;
height: 100px;
border: solid;
}
</style>
<div class="surrounding-block"></div>
<div style="height: 75px;"></div>
<div
style="width: 200px; height: 200px; outline: 1px solid; border: 2px dashed blue; box-sizing: border-box;">
</div>
<div class="surrounding-block"></div>