1
0
Fork 0
firefox/testing/web-platform/tests/css/css-page/margin-boxes/dimensions-001-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

28 lines
747 B
HTML

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
@page {
margin: 0;
size: 500px 400px;
}
body {
margin: 0;
}
</style>
<div style="display:flex; margin:0 100px; height:100px; align-items:flex-end;">
<div style="border:solid; width:20%; height:20%;">20%</div>
</div>
<div style="display:flex; height:200px;">
<div style="display:flex; width:100px;">
<div style="flex:1; border:solid;">
auto
</div>
</div>
<div style="flex:1;"></div>
<div style="display:flex; width:100px;">
<div style="width:70%; height:70%; margin:auto 0; border:solid;">
70%
</div>
</div>
</div>
<div style="margin:0 100px; height:94px; border:solid;">auto</div>