This has failed once so far: https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r226622%20(5688)/results.html It's possible that the test is making timing assumptions that don't hold in WebKit, in particular about the timing of event delivery vs the timing of rAF.
The flakiness was fixed by upstream commit https://github.com/w3c/web-platform-tests/commit/03a684d63e62d85cffed38bc942f468692d7d54f, which was downstreamed in https://trac.webkit.org/changeset/227054. So all that's left to do here is to remove the test expectation line.
Created attachment 331616 [details] Patch Remove line in TestExpectations
Comment on attachment 331616 [details] Patch Clearing flags on attachment: 331616 Committed r227139: <https://trac.webkit.org/changeset/227139>
All reviewed patches have been landed. Closing bug.
<rdar://problem/36618839>