Title: [118047] trunk/LayoutTests
- Revision
- 118047
- Author
- [email protected]
- Date
- 2012-05-22 13:54:04 -0700 (Tue, 22 May 2012)
Log Message
echo-inspan.pl is missing a semicolon on line 14, freaks out Apache on multiple regression tests
https://bugs.webkit.org/show_bug.cgi?id=86023
Reviewed by Eric Seidel.
This typo was causing a syntax error, making us lose test coverage.
* http/tests/security/xssAuditor/open-iframe-src-expected.txt: Rebased result.
* http/tests/security/xssAuditor/open-script-src-expected.txt: Ditto.
* http/tests/security/xssAuditor/resources/echo-inspan.pl:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (118046 => 118047)
--- trunk/LayoutTests/ChangeLog 2012-05-22 20:53:10 UTC (rev 118046)
+++ trunk/LayoutTests/ChangeLog 2012-05-22 20:54:04 UTC (rev 118047)
@@ -1 +1,14 @@
+2012-05-22 Adam Barth <[email protected]>
+
+ echo-inspan.pl is missing a semicolon on line 14, freaks out Apache on multiple regression tests
+ https://bugs.webkit.org/show_bug.cgi?id=86023
+
+ Reviewed by Eric Seidel.
+
+ This typo was causing a syntax error, making us lose test coverage.
+
+ * http/tests/security/xssAuditor/open-iframe-src-expected.txt: Rebased result.
+ * http/tests/security/xssAuditor/open-script-src-expected.txt: Ditto.
+ * http/tests/security/xssAuditor/resources/echo-inspan.pl:
+
== Rolled over to ChangeLog-2012-05-22 ==
Modified: trunk/LayoutTests/http/tests/security/xssAuditor/open-iframe-src-expected.txt (118046 => 118047)
--- trunk/LayoutTests/http/tests/security/xssAuditor/open-iframe-src-expected.txt 2012-05-22 20:53:10 UTC (rev 118046)
+++ trunk/LayoutTests/http/tests/security/xssAuditor/open-iframe-src-expected.txt 2012-05-22 20:54:04 UTC (rev 118047)
@@ -1 +1,5 @@
+CONSOLE MESSAGE: Refused to execute a _javascript_ script. Source code of script found within request.
+
+CONSOLE MESSAGE: Refused to execute a _javascript_ script. Source code of script found within request.
+
Modified: trunk/LayoutTests/http/tests/security/xssAuditor/open-script-src-expected.txt (118046 => 118047)
--- trunk/LayoutTests/http/tests/security/xssAuditor/open-script-src-expected.txt 2012-05-22 20:53:10 UTC (rev 118046)
+++ trunk/LayoutTests/http/tests/security/xssAuditor/open-script-src-expected.txt 2012-05-22 20:54:04 UTC (rev 118047)
@@ -1 +1,9 @@
+CONSOLE MESSAGE: Refused to execute a _javascript_ script. Source code of script found within request.
+
+CONSOLE MESSAGE: Refused to execute a _javascript_ script. Source code of script found within request.
+
+CONSOLE MESSAGE: Refused to execute a _javascript_ script. Source code of script found within request.
+
+CONSOLE MESSAGE: Refused to execute a _javascript_ script. Source code of script found within request.
+
Modified: trunk/LayoutTests/http/tests/security/xssAuditor/resources/echo-inspan.pl (118046 => 118047)
--- trunk/LayoutTests/http/tests/security/xssAuditor/resources/echo-inspan.pl 2012-05-22 20:53:10 UTC (rev 118046)
+++ trunk/LayoutTests/http/tests/security/xssAuditor/resources/echo-inspan.pl 2012-05-22 20:54:04 UTC (rev 118047)
@@ -11,7 +11,7 @@
print '<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">\n';
print "</head>\n";
print "<body>\n";
-print "<span>"
+print "<span>";
print $cgi->param('q');
print "</span>hi there<script>hello=1;</script>\n";
print "</body></html>\n";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes