chromium/third_party/blink/web_tests/external/wpt/css/css-break/contain-strict-with-opacity-and-oof-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<p>There should be a (pale) green square below, and no (pale) red.</p>
<div style="will-change:transform; contain:strict; width:100px; height:100px;">
  <div style="opacity:0.2; width:100px; height:100px;">
    <div style="width:100px; height:100px; background:green;"></div>
  </div>
</div>