[Webkit-unassigned] [Bug 73492] [MutationObservers] V8LazyEventHandler breaks microtask delivery semantics

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 11:45:38 PST 2011


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





--- Comment #1 from Adam Klein <adamk at chromium.org>  2011-12-08 11:45:38 PST ---
The tricky part of this is testing, since events dispatched synchronously from script in a layout test won't trigger the incorrect behavior (since the recursion counter will already be 1 when the handler's script is evaluated). So it's only testable from outside the browser (e.g., in a Chromium UI test).

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