blob: 890e6ae51a8c4f65d357a90041f54666e9f447a4 [file] [log] [blame]
<!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">
<link rel="match" href="backdrop-filter-root-element-ref.html">
<style>
html {
background: green;
backdrop-filter: invert(1);
}
</style>
Test