Title: [118663] trunk/LayoutTests
Revision
118663
Author
[email protected]
Date
2012-05-28 02:49:31 -0700 (Mon, 28 May 2012)

Log Message

[EFL] Unreviewed EFL gardening after r118585
https://bugs.webkit.org/show_bug.cgi?id=87621

Unreviewed EFL Gardening.

Two contentSecurityPolicy tests need expectation for EFL port after
r118585 due to line numbers not being printed. Mac and GTK port are
already doing the same.

Patch by Christophe Dumez <[email protected]> on 2012-05-28

* platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-_javascript_-url-expected.txt: Added.
* platform/efl/http/tests/security/contentSecurityPolicy/_javascript_-url-blocked-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (118662 => 118663)


--- trunk/LayoutTests/ChangeLog	2012-05-28 09:44:10 UTC (rev 118662)
+++ trunk/LayoutTests/ChangeLog	2012-05-28 09:49:31 UTC (rev 118663)
@@ -1,5 +1,19 @@
 2012-05-28  Christophe Dumez  <[email protected]>
 
+        [EFL] Unreviewed EFL gardening after r118585
+        https://bugs.webkit.org/show_bug.cgi?id=87621
+
+        Unreviewed EFL Gardening.
+
+        Two contentSecurityPolicy tests need expectation for EFL port after
+        r118585 due to line numbers not being printed. Mac and GTK port are
+        already doing the same.
+
+        * platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-_javascript_-url-expected.txt: Added.
+        * platform/efl/http/tests/security/contentSecurityPolicy/_javascript_-url-blocked-expected.txt: Added.
+
+2012-05-28  Christophe Dumez  <[email protected]>
+
         [EFL] Test added in r118577 is failing and should be skipped
         https://bugs.webkit.org/show_bug.cgi?id=87620
 

Added: trunk/LayoutTests/platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-_javascript_-url-expected.txt (0 => 118663)


--- trunk/LayoutTests/platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-_javascript_-url-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-_javascript_-url-expected.txt	2012-05-28 09:49:31 UTC (rev 118663)
@@ -0,0 +1,9 @@
+CONSOLE MESSAGE: Unrecognized Content-Security-Policy directive 'options'.
+
+CONSOLE MESSAGE: Unrecognized Content-Security-Policy directive 'options'.
+
+CONSOLE MESSAGE: Unrecognized Content-Security-Policy directive 'options'.
+
+CONSOLE MESSAGE: Refused to execute _javascript_ URL because it violates the following Content Security Policy directive: "script-src http://127.0.0.1:*".
+
+This test passes if it doesn't alert fail. 

Added: trunk/LayoutTests/platform/efl/http/tests/security/contentSecurityPolicy/_javascript_-url-blocked-expected.txt (0 => 118663)


--- trunk/LayoutTests/platform/efl/http/tests/security/contentSecurityPolicy/_javascript_-url-blocked-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/http/tests/security/contentSecurityPolicy/_javascript_-url-blocked-expected.txt	2012-05-28 09:49:31 UTC (rev 118663)
@@ -0,0 +1,13 @@
+CONSOLE MESSAGE: Unrecognized Content-Security-Policy directive 'allow'.
+
+CONSOLE MESSAGE: Unrecognized Content-Security-Policy directive 'allow'.
+
+CONSOLE MESSAGE: Unrecognized Content-Security-Policy directive 'allow'.
+
+CONSOLE MESSAGE: Refused to execute _javascript_ URL because it violates the following Content Security Policy directive: "script-src 'none'".
+
+CONSOLE MESSAGE: Unrecognized Content-Security-Policy directive 'allow'.
+
+CONSOLE MESSAGE: Unrecognized Content-Security-Policy directive 'allow'.
+
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to