Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-flexbox/flexbox-vert-lr-with-img.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Sammy Gill" href="mailto:sammy.gill@apple.com">
<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>