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