flexbox_flex-none-wrappable-content-ref.html (392B)
1 <!DOCTYPE html> 2 <title>Reference for specifying flex:none on wrappable content should give content its full width</title> 3 4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 5 <style> 6 span { 7 font-family: Ahem; 8 color: green; 9 } 10 </style> 11 12 <div><span>XXX XXX XXX</span></div> 13 14 <div style="margin-top: 1em;">You should see three green rectangles above, all on the same line.</div>