[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:29:11 PST 2010


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[qt] script-clone tests     |[Qt] script-clone tests
                   |added in r71895 fails on qt |added in r71895 fails on Qt
                   |platform                    |platform
           Platform|PC                          |All
         OS/Version|Mac OS X 10.5               |All
           Keywords|                            |Qt, QtTriaged
         AssignedTo|webkit-unassigned at lists.web |webkit-qt-unassigned at trollt
                   |kit.org                     |ech.com
                 CC|                            |kling at webkit.org




--- Comment #8 from Andreas Kling <kling at webkit.org>  2010-11-12 10:29:10 PST ---
(In reply to comment #7)
> I don't really understand what this test is testing though.  Can someone explain what it's testing?

http://doc.qt.nokia.com/4.7/qwebframe.html#javaScriptWindowObjectCleared

"This signal is emitted whenever the global window object of the JavaScript environment is cleared, e.g., before starting a new load."

We emit this signal when FrameLoader::dispatchDidClearWindowObjectInWorld() is called.

The failing test checks that loading the following HTML causes one emission of that signal:
"<html><body><script></script><p>hello world</p></body></html>"

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