[webkit-reviews] review granted: [Bug 73923] [Qt] QQuickWebView missing titleChanged signal tests : [Attachment 118054] verify titleChanged signal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 00:22:17 PST 2011


Simon Hausmann <hausmann at webkit.org> has granted Gopal Raghavan
<gopal.1.raghavan at nokia.com>'s request for review:
Bug 73923: [Qt] QQuickWebView missing titleChanged signal tests
https://bugs.webkit.org/show_bug.cgi?id=73923

Attachment 118054: verify titleChanged signal
https://bugs.webkit.org/attachment.cgi?id=118054&action=review

------- Additional Comments from Simon Hausmann <hausmann at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=118054&action=review


> Source/WebKit2/UIProcess/API/qt/tests/qmltests/common/test3.html:8
> +    var t = setTimeout("changeTitle('New Title')",3000);

If you want you can write this without an extra function I think, just
setTimeout("document.title = 'New Title', 3000)


More information about the webkit-reviews mailing list