[Webkit-unassigned] [Bug 49429] [qt] script-clone tests added in r71895 fails on qt platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 12 10:13:37 PST 2010


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benjamin.poulain at nokia.com,
                   |                            |hausmann at webkit.org




--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org>  2010-11-12 10:13:37 PST ---
Test content:
2396    void tst_QWebFrame::javaScriptWindowObjectCleared()
2397    {
2398        QWebPage page;
2399        QWebFrame* frame = page.mainFrame();
2400        QSignalSpy spy(frame, SIGNAL(javaScriptWindowObjectCleared()));
2401        QFETCH(QString, html);
2402        frame->setHtml(html);
2403    
2404        QFETCH(int, signalCount);
2405        QCOMPARE(spy.count(), signalCount);
2406    }

I don't really understand what this test is testing though.  Can someone explain what it's testing?
This test is added in http://trac.webkit.org/changeset/48166.

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