- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 31 Oct 2016 03:32:10 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 31 October 2016 10:32:46 UTC
Didn't have to look too far, https://www.w3.org/Bugs/Public/show_bug.cgi?id=25412 has a Live DOM case used to determine current behavior. I don't have much of an opinion on what behavior makes sense. Is there a recursion check for other cases where a script can call into C++ which synchronously invokes a callback? For dispatchEvent it looks like the limit varies quite a bit: https://software.hixie.ch/utilities/js/live-dom-viewer/saved/4628 Looks like an explicit test for the Gecko behavior should be easier than a test for its absence, does a test already exist in the Gecko tree that you could upstream to web-platform-tests? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/359#issuecomment-257260820
Received on Monday, 31 October 2016 10:32:46 UTC