[Bug 20131] [MutationObservers] Unclear whether unique record instances are required in 5.3.2 "Queuing a mutation record"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20131

--- Comment #15 from Olli Pettay <bugs@pettay.fi> ---
That creates only one record (per observer). What I was thinking is more like
div.setAttribute('foo', 'bar');
div.setAttribute('foo', 'bar2');

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 28 November 2012 22:43:44 UTC