Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>backdrop-filter: The backdrop root concept</title>
<link rel="author" href="mailto:masonf@chromium.org">
<link rel=stylesheet href="resources/backdrop-filter-backdrop-root.css">
<link rel="match" href="backdrop-filter-backdrop-root-ref.html">
<!-- A Backdrop Root is formed, anywhere in the document, by:
- An element with a backdrop-filter value other than "none".
- An element with a will-change value specifying any property that would create a Backdrop Root on non-initial value. -->
<div class=container>
<div class=testcase>
<div style="backdrop-filter: invert(0);"><div></div></div>
</div>
<div class=testcase>
<div style="will-change:backdrop-filter;"><div></div></div>
</div>
</div>