will-change: filter/backdrop-filter should not create a containing block on the root element. WPT: https://webkit-search.igalia.com/webkit/source/LayoutTests/imported/w3c/web-platform-tests/css/css-will-change/will-change-fixedpos-cb-003.html Spec: https://drafts.fxtf.org/filter-effects/#FilterProperty > A value other than none for the filter property results in the creation of a containing block for absolute and fixed positioned descendants unless the element it applies to is a document root element in the current browsing context. The list of functions are applied in the order provided.
The root is always a containing block so I'm confused by this bug.
(In reply to Simon Fraser (smfr) from comment #1) > The root is always a containing block so I'm confused by this bug. I looked at the test case and apparently the root here means the <html> element and not the Initial Containing Block. Please rename the bug.
<rdar://problem/77437740>
*** Bug 243571 has been marked as a duplicate of this bug. ***