1
0
Fork 0
firefox/testing/web-platform/tests/css/css-flexbox/reference/flexbox-min-width-auto-006-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

18 lines
350 B
HTML

<!DOCTYPE html>
<title>CSS Reference</title>
<link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com" />
<style>
.box {
width: 100px;
height: 100px;
background: green;
border: 1px solid black;
}
</style>
<p>Test passes if there are two 100x100 green squares.</p>
<div class="box"></div>
<br>
<div class="box"></div>