Summary: | Interop issue with position: sticky within contain: paint | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Klaus Meinhardt <klaus.meinhardt1> | ||||||||
Component: | CSS | Assignee: | Rob Buis <rbuis> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | bfulgham, cathiechen, changseok, clopez, danilu, esprehn+autocc, ews-watchlist, fred.wang, glenn, klaus.meinhardt1, kondapallykalyan, mrobinson, pdr, rbuis, simon.fraser, webkit-bug-importer, youennf | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | Safari 15 | ||||||||||
Hardware: | iPhone / iPad | ||||||||||
OS: | iOS 15 | ||||||||||
URL: | https://jsfiddle.net/rh2oe9js/8/ | ||||||||||
See Also: | https://github.com/web-platform-tests/wpt/pull/33426 | ||||||||||
Attachments: |
|
Description
Klaus Meinhardt
2022-03-17 03:14:11 PDT
Created attachment 456115 [details]
Patch
Created attachment 456135 [details]
Patch
Comment on attachment 456135 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456135&action=review > LayoutTests/ChangeLog:9 > + * fast/css/sticky/sticky-overflow-clip-container-expected.html: Added. > + * fast/css/sticky/sticky-overflow-clip-container.html: Added. Can this be a WPT? Created attachment 456143 [details]
Patch
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess Comment on attachment 456135 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456135&action=review >> LayoutTests/ChangeLog:9 >> + * fast/css/sticky/sticky-overflow-clip-container.html: Added. > > Can this be a WPT? Sure, patch updated and I did a manual export here: https://github.com/web-platform-tests/wpt/pull/33426. Committed r292155 (249062@main): <https://commits.webkit.org/249062@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456143 [details]. *** Bug 239357 has been marked as a duplicate of this bug. *** This fix shipped with Safari 15.5 (all platforms). |