[Webkit-unassigned] [Bug 42869] New: Qt Linux DumpRenderTree generates two extra frame load callbacks when running http/tests/security/mixedContent/insecure-css-in-main-frame.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 21:32:29 PDT 2010


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

           Summary: Qt Linux DumpRenderTree generates two extra frame load
                    callbacks when running
                    http/tests/security/mixedContent/insecure-css-in-main-
                    frame.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aestes at apple.com


After http://trac.webkit.org/changeset/63924, the qt-linux build bot began failing on http/tests/security/mixedContent/insecure-css-in-main-frame.html.  The test reports two additional frame load callbacks that are not generated on other platforms.  This is the diff:

--- /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt    2010-07-22 20:59:40.339314175 -0700
+++ /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/http/tests/security/mixedContent/insecure-css-in-main-frame-actual.txt    2010-07-22 20:59:40.336565357 -0700
@@ -5,4 +5,6 @@
 main frame - didCommitLoadForFrame
 didDisplayInsecureContent
 main frame - didFinishDocumentLoadForFrame
+main frame - didHandleOnloadEventsForFrame
+main frame - didFinishLoadForFrame
 This test opens a window that loads an insecure style sheet. We should trigger a mixed content callback because the main frame in the window is HTTPS but is displaying insecure content.

-- 
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