table-with-float-paint.html (364B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://crbug.com/1090715"> 3 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> 4 <p>Test passes if there is a filled green square.</p> 5 <div style="display: flex;"> 6 <div style="display: table;"> 7 <span style="float: left; width: 100px; height: 100px; background: green;"></span> 8 </div> 9 </div>