After https://bugs.webkit.org/show_bug.cgi?id=207516, a couple of tests are now flaky. This is because that patch delays first paint until there is enough content to render, and some of these tests are issuing scroll events on controls before those controls render. To fix this, we delay issuing the events until after the page loads.
Created attachment 390788 [details] Patch
*** Bug 207781 has been marked as a duplicate of this bug. ***
Created attachment 390790 [details] Patch
<rdar://problem/59466307>
The commit-queue encountered the following flaky tests while processing attachment 390790 [details]: editing/spelling/spellcheck-attribute.html bug 206178 (authors: g.czajkowski@samsung.com, mark.lam@apple.com, and rniwa@webkit.org) The commit-queue is continuing to process your patch.
The commit-queue encountered the following flaky tests while processing attachment 390790 [details]: The commit-queue is continuing to process your patch.
Comment on attachment 390790 [details] Patch Rejecting attachment 390790 [details] from commit-queue. New failing tests: imported/w3c/web-platform-tests/web-animations/timing-model/timelines/update-and-send-events.html Full output: https://webkit-queues.webkit.org/results/13322997
Created attachment 390814 [details] Archive of layout-test-results from webkit-cq-03 for mac-mojave The attached test failures were seen while running run-webkit-tests on the commit-queue. Bot: webkit-cq-03 Port: mac-mojave Platform: Mac OS X 10.14.6
Comment on attachment 390790 [details] Patch Trying to push through cq again, since the test the cq failed this patch on is flaky and just got disabled: https://trac.webkit.org/changeset/256645/webkit
Comment on attachment 390790 [details] Patch Clearing flags on attachment: 390790 Committed r256657: <https://trac.webkit.org/changeset/256657>
All reviewed patches have been landed. Closing bug.