RESOLVED FIXED Bug 74190
[MutationObservers] Add test for deliver-at-end-of-task semantics
https://bugs.webkit.org/show_bug.cgi?id=74190
Summary [MutationObservers] Add test for deliver-at-end-of-task semantics
Adam Klein
Reported 2011-12-09 11:02:37 PST
[MutationObservers] Add test for deliver-at-end-of-task semantics
Attachments
Patch (2.64 KB, patch)
2011-12-09 11:06 PST, Adam Klein
no flags
Patch for landing (2.63 KB, patch)
2011-12-09 11:34 PST, Adam Klein
no flags
Adam Klein
Comment 1 2011-12-09 11:06:07 PST
Ojan Vafai
Comment 2 2011-12-09 11:30:12 PST
Comment on attachment 118597 [details] Patch 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.
Adam Klein
Comment 3 2011-12-09 11:34:35 PST
Comment on attachment 118597 [details] Patch 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. Good idea, done.
Adam Klein
Comment 4 2011-12-09 11:34:53 PST
Created attachment 118599 [details] Patch for landing
Adam Klein
Comment 5 2011-12-09 14:48:26 PST
Note You need to log in before you can comment on or make changes to this bug.