1
0
Fork 0
firefox/testing/web-platform/tests/css/css-flexbox/reference/flexbox-flex-wrap-nowrap-ref.htm
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

19 lines
535 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference: Flexbox flex-wrap: nowrap</title>
<link rel="author" title="Gavin Elster" href="mailto:gavin.elster@me.com">
<link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<style type="text/css">
div {
width: 120px;
height: 120px;
background: green;
}
</style>
</head>
<body>
<p>The test passes if there is a green square and no red.</p>
<div></div>
</body>
</html>