1
0
Fork 0
firefox/testing/web-platform/tests/css/css-flexbox/flexbox-vert-lr-with-img.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

15 lines
542 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Sammy Gill" href="mailto:sammy.gill@apple.com">
<link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#algo-main-item">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<meta name="assert" content="Main size is computed from 9.2.3E using max content size.">
</head>
<body>
<p>Test passes if there is a filled green square.</p>
<div style="writing-mode: vertical-lr; display: flex;">
<img src="support/100x100-green.png" />
</div>
</body>
</html>