text-indent-on-blank-line-rtl-left-align-ref.html (338B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org"> 3 <p>There should be a hotpink square in the bottom left corner of a larger blue square.</p> 4 <div style="width:200px; background:blue;"> 5 <div style="height:100px;"></div> 6 <div style="width:100px; height:100px; background:hotpink;"></div> 7 </div>