Bug 91379
Summary: | [Qt] flaky tests violates the following Content Security Policy directive: "object-src 'none'" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zoltan Arvai <zarvai> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | kkristof, mkwst |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Zoltan Arvai
Two flaky test
http/tests/security/contentSecurityPolicy/policy-does-not-affect-child.html
http/tests/security/contentSecurityPolicy/object-src-none-allowed.html
--- /ramdisk/qt-linux-release/build/layout-test-results/http/tests/security/contentSecurityPolicy/policy-does-not-affect-child-expected.txt
+++ /ramdisk/qt-linux-release/build/layout-test-results/http/tests/security/contentSecurityPolicy/policy-does-not-affect-child-actual.txt
@@ -1,2 +1,4 @@
+CONSOLE MESSAGE: Refused to load the object 'data:application/x-webkit-test-netscape,alertwhenloaded' because it violates the following Content Security Policy directive: "object-src 'none'".
+
ALERT: PASS
--- /ramdisk/qt-linux-release/build/layout-test-results/http/tests/security/contentSecurityPolicy/object-src-none-allowed-expected.txt
+++ /ramdisk/qt-linux-release/build/layout-test-results/http/tests/security/contentSecurityPolicy/object-src-none-allowed-actual.txt
@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: Refused to load the object '' because it violates the following Content Security Policy directive: "object-src 'none'".
+
ALERT: Plugin Loaded!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kristóf Kosztyó
Committed r122718: <http://trac.webkit.org/changeset/122718>
Mike West
Covering this in bug 92649.
*** This bug has been marked as a duplicate of bug 92649 ***