box-decoration-break-clone-009-ref.html (500B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <p>There should be two squares below, with a hotpink outline and a cyan "shadow".</p> 4 <div style="margin:20px; display:flex; width:230px; height:100px; justify-content:space-between;"> 5 <div style="width:100px; height:100px; box-shadow:0 0 0 10px cyan; outline: 5px solid hotpink;"></div> 6 <div style="width:100px; height:100px; box-shadow:0 0 0 10px cyan; outline: 5px solid hotpink;"></div> 7 </div>