Bug 33109 - [XSSAuditor] Clean up XSSAuditor test directory
Summary: [XSSAuditor] Clean up XSSAuditor test directory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: XSSAuditor
Depends on: 33107
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-02 11:16 PST by Daniel Bates
Modified: 2010-01-02 11:58 PST (History)
3 users (show)

See Also:


Attachments
Patch (6.46 KB, patch)
2010-01-02 11:17 PST, Daniel Bates
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2010-01-02 11:16:06 PST
Assuming the resolution of bug #33017, in particular the notifyDone() functionality added to the script echo-intertag.pl, we can clean remove unnecessary test scripts from the XSSAuditor test directory.

We can substitute echo-intertag.pl for the scripts echo-intertag-and-notify.php, echo-intertag-post-and-notify.pl, and echo-intertag-post.pl references in the following tests:

http/tests/security/xssAuditor/script-tag-post-control-char.html
http/tests/security/xssAuditor/script-tag-post-null-char.html
http/tests/security/xssAuditor/script-tag-post.html
Comment 1 Daniel Bates 2010-01-02 11:17:45 PST
Created attachment 45742 [details]
Patch

No functionality was changed, so no new tests.
Comment 2 WebKit Review Bot 2010-01-02 11:18:09 PST
style-queue ran check-webkit-style on attachment 45742 [details] without any errors.
Comment 3 Daniel Bates 2010-01-02 11:58:29 PST
Committed in <http://trac.webkit.org/changeset/52688>.