legend-painting-order.html (473B)
1 <!doctype html> 2 <title>Legend painting order</title> 3 <link rel=match href=legend-painting-order-ref.html> 4 5 <p>There should be a green square below, and no red.</p> 6 <div style="float:left; width:0px; height:0px;"> 7 <div style="width:100px; height:100px; background:red;"></div> 8 </div> 9 <fieldset style="margin:0; border:none; padding:0;"> 10 <legend style="padding:0;"> 11 <div style="float:left; width:100px; height:100px; background:green;"></div> 12 </legend> 13 </fieldset>