[Webkit-unassigned] [Bug 77556] New: [Qt] contentSecurityPolicy related sideeffect bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 08:34:24 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77556

           Summary: [Qt] contentSecurityPolicy related sideeffect bug
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


There are two flakey tests long time ago because of this bug:
http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
makes http/tests/security/contentSecurityPolicy/policy-does-not-affect-child.html fail:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/security/contentSecurityPolicy/policy-does-not-affect-child-expected.txt 
+++ /ramdisk/qt-linux-64-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 object from 'data:application/x-webkit-test-netscape,alertwhenloaded' because of Content-Security-Policy.
+
 ALERT: PASS

http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html makes 
http/tests/security/contentSecurityPolicy/object-src-none-allowed.html fail:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/security/contentSecurityPolicy/object-src-none-allowed-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/security/contentSecurityPolicy/object-src-none-allowed-actual.txt 
@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: Refused to load object from '' because of Content-Security-Policy.
+
 ALERT: Plugin Loaded!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list