RESOLVED WONTFIX42869
REGRESSION(r63924): Qt Linux DumpRenderTree generates two extra frame load callbacks when running http/tests/security/mixedContent/insecure-css-in-main-frame.html
https://bugs.webkit.org/show_bug.cgi?id=42869
Summary REGRESSION(r63924): Qt Linux DumpRenderTree generates two extra frame load ca...
Andy Estes
Reported 2010-07-22 21:32:29 PDT
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.
Attachments
patch to add failing test to skipped list. (1.28 KB, patch)
2010-07-22 21:43 PDT, Andy Estes
no flags
patch to add failing test to skipped list. (1.28 KB, patch)
2010-07-22 21:47 PDT, Andy Estes
no flags
Andy Estes
Comment 1 2010-07-22 21:43:37 PDT
Created attachment 62378 [details] patch to add failing test to skipped list.
WebKit Review Bot
Comment 2 2010-07-22 21:45:09 PDT
Attachment 62378 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 LayoutTests/ChangeLog:7: Line contains tab character. [whitespace/tab] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andy Estes
Comment 3 2010-07-22 21:47:00 PDT
Created attachment 62379 [details] patch to add failing test to skipped list.
Andy Estes
Comment 4 2010-07-23 09:16:15 PDT
A platform-specific test result was committed in http://trac.webkit.org/changeset/63977.
Note You need to log in before you can comment on or make changes to this bug.