We should remove the use of window.setTimeout from the tests: /LayoutTests/http/tests/security/xssAuditor/get-from-iframe.html /LayoutTests/http/tests/security/xssAuditor/post-from-iframe.html The JavaScript function window.setTimeout has been suspected to be the cause of test flakiness on the bots. Instead of using setTimeout we can modify the script echo-intertag.pl (called by these tests) to optionally call layoutTestController.notifyDone().
Created attachment 45741 [details] Patch No functionality was changed, so no new tests.
style-queue ran check-webkit-style on attachment 45741 [details] without any errors.
Comment on attachment 45741 [details] Patch excellent
Committed in <http://trac.webkit.org/changeset/52687>.