[Webkit-unassigned] [Bug 113853] [Qt] Add API in QWebSettings for setting the CSS media type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 10 05:18:55 PDT 2013


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





--- Comment #22 from Jose Lejin PJ <jose.lejin at gmail.com>  2013-04-10 05:17:09 PST ---
(In reply to comment #19)
> 
> > Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp:3298
> > +    QTest::qWait(500);
> 
> QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool))));

QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool)))) fails since html content is too small and loads immediately on m_view->setHtml itself. So using QSignalSpy loadSpy(m_view, SIGNAL(loadFinished(bool)))

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