[webkit-reviews] review granted: [Bug 74190] [MutationObservers] Add test for deliver-at-end-of-task semantics : [Attachment 118597] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 9 11:30:11 PST 2011


Ojan Vafai <ojan at chromium.org> has granted Adam Klein <adamk at chromium.org>'s
request for review:
Bug 74190: [MutationObservers] Add test for deliver-at-end-of-task semantics
https://bugs.webkit.org/show_bug.cgi?id=74190

Attachment 118597: Patch
https://bugs.webkit.org/attachment.cgi?id=118597&action=review

------- Additional Comments from Ojan Vafai <ojan at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=118597&action=review


> LayoutTests/fast/mutation/end-of-task-delivery.html:14
> +    var observerRan = false;

Maybe to make this a bit more strict, make this a count of the number of times
the observer ran and then in the blur function check that it only ran X (1?)
times.


More information about the webkit-reviews mailing list