summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/backdrop-filter-root-element-ref.html
blob: c92741df4300e5416cbe26339d52b819ec35347c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype HTML>
<meta charset="utf-8">
<title>backdrop-filter: no effect on the root element</title>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/filter-effects-2/#BackdropFilterProperty">
<style>
  html {
    background: green;
  }
</style>
Test