1
0
Fork 0
firefox/testing/web-platform/tests/css/css-writing-modes/flexbox_align-items-stretch-writing-modes-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
416 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Reference file</title>
<link rel="author" title="Mitsuteru Sawa" href="mailto:mitsuteru.s@gmail.com">
<style>
.test {
height: 100px;
width: 250px;
background-color: green;
}
</style>
</head>
<body>
<p>The test passes if you see a green rectangle and no red.</p>
<div class="test"></div>
</body>
</html>