chromium/third_party/blink/web_tests/external/wpt/css/css-break/box-decoration-break-clone-009-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<p>There should be two squares below, with a hotpink outline and a cyan "shadow".</p>
<div style="margin:20px; display:flex; width:230px; height:100px; justify-content:space-between;">
  <div style="width:100px; height:100px; box-shadow:0 0 0 10px cyan; outline: 5px solid hotpink;"></div>
  <div style="width:100px; height:100px; box-shadow:0 0 0 10px cyan; outline: 5px solid hotpink;"></div>
</div>