12021-08-19 Martin Robinson <mrobinson@webkit.org>
2
3 Sticky position should not use transformed position to compute sticky offset.
4 https://bugs.webkit.org/show_bug.cgi?id=164292
5 <rdar://problem/29054773>
6
7 Reviewed by NOBODY (OOPS!).
8
9 No new tests. This change is tested by the following WPT test:
10 web-platform-tests/css/css-position/sticky/position-sticky-transforms-translate.html
11
12 * rendering/RenderBoxModelObject.cpp:
13 (WebCore::RenderBoxModelObject::computeStickyPositionConstraints const): When calling localToContainerQuad,
14 pass 0 for the mode which means that the transformation between coordinate systems does not include
15 transforms.
16