[Webkit-unassigned] [Bug 82566] RenderTextControlSingleLine::scrollWidth/Height/Left/Top should not call back to DOM tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 18:05:50 PDT 2012


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





--- Comment #16 from Alexandre Elias <aelias at chromium.org>  2012-05-09 18:04:54 PST ---
I think the invariant we need to be testing for here is that we should not be triggering a layout by calling these getters.  We don't need to explicitly test for a crash, as that's just one of the things that can go wrong due to that underlying bug.

I don't know how to check the timing of when a layout happens in a layout test, however.

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