1 2 3 4 5 6 7 8 9 10
<!DOCTYPE HTML> <style> div { width: -moz-min-content; } </style> <div>This should have min-content width (i.e., many line breaks).</div>