Title: [133356] trunk/LayoutTests
Revision
133356
Author
[email protected]
Date
2012-11-02 15:01:49 -0700 (Fri, 02 Nov 2012)

Log Message

report-blocked-uri-cross-origin.html is failing
https://bugs.webkit.org/show_bug.cgi?id=101096

Reviewed by Adam Barth.

Don't actually create a report file during the syntax-only test for when
the report directive comes before the mode directive in an X-XSS-Protection
header. Thus, we avoid having to clean it up later.

* http/tests/security/xssAuditor/resources/echo-intertag.pl:
* platform/chromium/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (133355 => 133356)


--- trunk/LayoutTests/ChangeLog	2012-11-02 21:57:02 UTC (rev 133355)
+++ trunk/LayoutTests/ChangeLog	2012-11-02 22:01:49 UTC (rev 133356)
@@ -1,3 +1,17 @@
+2012-11-02  Tom Sepez  <[email protected]>
+
+        report-blocked-uri-cross-origin.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=101096
+
+        Reviewed by Adam Barth.
+
+        Don't actually create a report file during the syntax-only test for when
+        the report directive comes before the mode directive in an X-XSS-Protection
+        header. Thus, we avoid having to clean it up later.
+
+        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
+        * platform/chromium/TestExpectations:
+
 2012-11-02  Simon Fraser  <[email protected]>
 
         Enable SUBPIXEL_LAYOUT on Mac

Modified: trunk/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl (133355 => 133356)


--- trunk/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl	2012-11-02 21:57:02 UTC (rev 133355)
+++ trunk/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl	2012-11-02 22:01:49 UTC (rev 133356)
@@ -27,7 +27,7 @@
     print "X-XSS-Protection: 1; mode=block; \n";
 }
 if ($cgi->param('valid-header') == 4) {
-    print "X-XSS-Protection: 1; report=/security/contentSecurityPolicy/resources/save-report.php; mode=block; \n";
+    print "X-XSS-Protection: 1; report=/security/contentSecurityPolicy/resources/nonesuch.php; mode=block; \n";
 }
 
 if ($cgi->param('malformed-header') == 1) {

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (133355 => 133356)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-11-02 21:57:02 UTC (rev 133355)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-11-02 22:01:49 UTC (rev 133356)
@@ -4164,5 +4164,3 @@
 
 # This test is consistently leaking state into the next test (object-src-url-allowed.html) after r133069.
 webkit.org/b/100955 http/tests/security/contentSecurityPolicy/object-src-none-blocked.html [ Skip ]
-
-webkit.org/b/101096 http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to