RESOLVED FIXED 212967
scrollingcoordinator/ios/scroll-position-after-reattach.html is a flaky image failure
https://bugs.webkit.org/show_bug.cgi?id=212967
Summary scrollingcoordinator/ios/scroll-position-after-reattach.html is a flaky image...
Antti Koivisto
Reported 2020-06-09 04:27:15 PDT
flake
Attachments
patch (2.44 KB, patch)
2020-06-09 04:32 PDT, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2020-06-09 04:27:27 PDT
Antti Koivisto
Comment 2 2020-06-09 04:32:22 PDT
Antoine Quint
Comment 3 2020-06-09 05:37:57 PDT
Comment on attachment 401434 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=401434&action=review > LayoutTests/scrollingcoordinator/ios/scroll-position-after-reattach.html:33 > let removed = outercontent; > outercontent.remove(); While you're modifying this test, you can remove the `removed` variable which is useless, `outercontent` can be used. > LayoutTests/scrollingcoordinator/ios/scroll-position-after-reattach.html:36 > + await new Promise(requestAnimationFrame); Since this test is already pulling in `UIHelper`, you can use `UIHelper.animationFrame()`.
Antti Koivisto
Comment 4 2020-06-09 05:42:15 PDT
Comment on attachment 401434 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=401434&action=review >> LayoutTests/scrollingcoordinator/ios/scroll-position-after-reattach.html:33 >> outercontent.remove(); > > While you're modifying this test, you can remove the `removed` variable which is useless, `outercontent` can be used. You'd think so but 'outercontent' is not a variable. It is an implicit property on window object.
EWS
Comment 5 2020-06-09 05:57:27 PDT
Committed r262789: <https://trac.webkit.org/changeset/262789> All reviewed patches have been landed. Closing bug and clearing flags on attachment 401434 [details].
Note You need to log in before you can comment on or make changes to this bug.