12021-05-16 Tim Nguyen <ntim@apple.com>
2
3 will-change: position should not create a containing block for position: fixed elements
4 https://bugs.webkit.org/show_bug.cgi?id=225443
5
6 Reviewed by NOBODY (OOPS!).
7
8 Marked relevant WPT as pass.
9
10 * rendering/RenderElement.h:
11 (WebCore::RenderElement::canContainAbsolutelyPositionedObjects const):
12 * rendering/style/WillChangeData.cpp:
13 (WebCore::WillChangeData::createsContainingBlockForAbsolutelyPositioned const):
14 (WebCore::WillChangeData::createsContainingBlockForOutOfFlowPositioned const):
15 * rendering/style/WillChangeData.h:
16