summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/compositing/root-element-opacity.html
blob: 4885d805ad3f3b59d60ccbf3047e8694d7be0f18 (plain)
1
2
3
4
5
6
7
8
<!doctype HTML>
<title>Opacity on the root element blends with a white background</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/compositing/#pagebackdrop">
<link rel="match" href="root-element-opacity-ref.html">
<html style="background: #BBB; opacity: 0.5">
  <div id=spacer style="width: 100px; height: 3000px"></div>
</html>