1
0
Fork 0
firefox/testing/web-platform/tests/css/css-flexbox/reference/flex-aspect-ratio-img-row-014-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

20 lines
409 B
HTML

<!DOCTYPE html>
<title>CSS Reference</title>
<link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com" />
<style>
span {
display: inline-block;
background-color: green;
height: 225px;
width: 90px;
}
div {
border: 1px solid black;
height: 225px;
width: 300px;
}
</style>
<p>Test passes if there is <strong>no red</strong> visible on the page.</p>
<div><span></span></div>