Bug 54630
Summary: | [Qt] http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abarth |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Csaba Osztrogonác
http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html introduced
in http://trac.webkit.org/changeset/78776 and fails on Qt. The request is
blocked, because there is a script within request. Should Qt block it or not?
-ALERT: /XSS/
+CONSOLE MESSAGE: line 1: Refused to execute a JavaScript script. Source code of script found within request.
+
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Barth
That's not a failure, that's a pass! :) (Everyone else fails.)
Looks like Perl isn't processing the fancy unicode character in that bot. I'd recommend updating the baseline.
Csaba Osztrogonác
Thanks for the info.
I unskipped the test and add Qt specific expected result:
http://trac.webkit.org/changeset/78990