ruby-with-floats-001.html (315B)
1 <!DOCTYPE html> 2 <title>A float is positioned correctly with ruby.</title> 3 <link rel="match" href="ruby-with-floats-001-ref.html"> 4 <link rel="help" href="https://drafts.csswg.org/css-ruby-1/"> 5 <div style="float: left; width: 50px; height: 50px; background: green;"></div> 6 <ruby>base<rt>annotation</rt></ruby> 7 </div>