[Webkit-unassigned] [Bug 33107] New: [XSSAuditor] Remove window.setTimeout from tests get-from-iframe.html and post-from-iframe.html
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 2 10:41:44 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33107
Summary: [XSSAuditor] Remove window.setTimeout from tests
get-from-iframe.html and post-from-iframe.html
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: XSSAuditor
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dbates at webkit.org
CC: sam at webkit.org, abarth at webkit.org
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().
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list