float-nowrap-6.html (544B)
1 <!doctype html> 2 <title>CSS Test: Floats in nowrap context</title> 3 <link rel="help" href="https://drafts.csswg.org/css2/visuren.html#float-position"> 4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=488725"> 5 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> 6 <link rel="author" href="https://www.mozilla.org" title="Mozilla"> 7 <link rel="match" href="float-nowrap-5-ref.html"> 8 <style> 9 div { 10 white-space: nowrap; 11 } 12 span { 13 float: left; 14 } 15 </style> 16 <div><span>Hello </span>Kittie