flexbox-min-width-auto-005-ref.html (339B)
1 <!DOCTYPE html> 2 <title>CSS Reference</title> 3 <link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com" /> 4 <style> 5 div { 6 background-color: green; 7 height: 50px; 8 width: 100px; 9 } 10 br { margin: 50px; } 11 </style> 12 13 <p>Test passes if there is <strong>no red</strong> visible on the page.</p> 14 <div></div> 15 <br> 16 <div></div>