[Webkit-unassigned] [Bug 86771] [Gtk] fast/dom/gc-10.html behaves badly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 10:02:06 PDT 2012


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


Zan Dobersek <zandobersek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ggaren at apple.com,
                   |                            |oliver at apple.com,
                   |                            |sam at webkit.org




--- Comment #2 from Zan Dobersek <zandobersek at gmail.com>  2012-05-18 10:01:10 PST ---
CC-ing ggaren, olliej and weinig as they've been poking around this test since it's been introduced in r19013.

I don't think this test is testing the problem properly.

For starters, at least when the test is run in GTK's DumpRenderTree, the frame is never reloaded, while the test in the current form indicates it should be reloaded three times. The test ends when the _main frame_ is loaded, making the object count before 399 and after 402, so the test passes.

After making some changes to the test so the frame is actually reloaded three times the test fails in the object count check, counting 449 objects before and 635 objects after (number of reloads does not affect the object counts). The test was refactored by calling waitUntilDone at the start of the test, reloading the frame three times and then performing the object count check and ending the test.

Also, a smaller annoyance, i think it would make sense to make this test dump text instead of render tree.

On the other hand, there might be a detail I'm missing here and the test is running as it is supposed to, meaning there's a problem in the GTK's DumpRenderTree.

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