flexbox-min-height-auto-002-ref.html (722B)
1 <!DOCTYPE html> 2 <!-- 3 Any copyright is dedicated to the Public Domain. 4 http://creativecommons.org/publicdomain/zero/1.0/ 5 --> 6 <html> 7 <head> 8 <meta charset="utf-8"> 9 <title>CSS Reftest Reference</title> 10 <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"> 11 <style> 12 img { 13 width: 30px; 14 height: 30px; 15 float: left; 16 border: 2px dotted purple; 17 margin-right: 2px; /* (Just for spacing things out, visually) */ 18 } 19 </style> 20 </head> 21 <body> 22 <img src="support/solidblue.png" alt="blue square"> 23 <img src="support/solidblue.png" alt="blue square"> 24 <img src="support/solidblue.png" alt="blue square"> 25 </body> 26 </html>