flexbox_inline-float.html (362B)
1 <!DOCTYPE html> 2 <title>flexbox | floated inline</title> 3 <link rel="author" href="http://opera.com" title="Opera Software"> 4 <link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#flex-items"> 5 <link rel="match" href="../reference/blank.html"> 6 <style> 7 div { 8 background: red; 9 margin-top: -20em; 10 float: left; 11 display: inline-flex; 12 } 13 </style> 14 15 <div>FAIL</div>