[Webkit-unassigned] [Bug 108609] [Qt] New inspector-protocol/page/javascriptDialogEvents.html fails on Qt.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 10:22:01 PST 2013


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





--- Comment #2 from Ken Kania <kkania at chromium.org>  2013-02-01 10:24:03 PST ---
The result you see is correct behavior.

Not sure why the ews bot passed, but the QT DRT just prints "CONFIRM:" instead of "CONFIRM NAVIGATION:" for the before unload prompt. This is because ChromeClientQt::runBeforeUnloadConfirmPanel simply delegates to runJavaScriptConfirm, which prints CONFIRM: instead of CONFIRM NAVIGATION:, unlike the other DRTs.

The one other test that depends on the unload confirm panel is disabled on qt too: fast/loader/form-submission-after-beforeunload-cancel.html
See https://bugs.webkit.org/show_bug.cgi?id=66162.

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