[Webkit-unassigned] [Bug 36505] Generated run-in Content is Mistakenly Getting Deleted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 09:20:02 PDT 2010


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org




--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org>  2010-03-24 09:20:03 PST ---
(In reply to comment #2)
> This is not a reliable (because without using LayoutTestController’s
> waitUntilDone()/notifyDone() the test may end before the timer fires) nor
> efficient way to do this. The standard way to force layout is to query a DOM
> property that depends on layout. Tests commonly just include this statement:
>     document.body.offsetTop;
> which forces layout. Then you do your style change, then when the document is
> done loading, it forces another layout, then the final render tree is dumped.

Ahh, thanks. I should have realized this. I corrected the test and expected
results.

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