The context-menu.html test added in http://trac.webkit.org/changeset/125898 does not pass on Chromium Mac. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=touchadjustment%2Fcontext-menu.html Test touch adjustment for context-menu gestures. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS adjusted node was A#a0. PASS adjusted node was SPAN#span0. FAIL adjusted node should be null. Was SPAN#span0. PASS adjusted node was SPAN#span0. PASS adjusted node was IMG#img0. PASS adjusted node was A#a0. FAIL adjusted node should be null. Was SPAN#span0. FAIL adjusted node should be A#a0. Was SPAN#span0. PASS adjusted node was IMG#img0. FAIL adjusted node should be IMG#img0. Was SPAN. PASS adjusted node was SPAN#span0. PASS successfullyParsed is true TEST COMPLETE
Committed r125914: <http://trac.webkit.org/changeset/125914>
The test needs probably needs to set editing behaviour 'win' or 'unix'. With 'mac' editing behaviour the result is different. I didn't expect the test-runners would change fundamental behaviour between platforms though.
Created attachment 159354 [details] Patch
I assume there is a very good reason the test-runner has different default settings between operating system, because if there isn't; the right solution would be to have the test-runner to set a consistent default.
Committed r126006: <http://trac.webkit.org/changeset/126006>