summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/contain-strict-with-opacity-and-oof-ref.html
blob: a9c82c4f3e2d717469bd5bc9e9ff9cefb49a25d0 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<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>