[Bug 17529] Inserting multiple script elements using a document fragment isn't specified properly

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

--- Comment #1 from Henri Sivonen <hsivonen@iki.fi> 2012-06-19 07:15:30 UTC ---
When there are nested scripts in the fragment, WebKit and IE10 agree on the
execution order. Gecko doesn't. Presto misbehaves by using the .textContent
instead of the concatenation of child text nodes.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 19 June 2012 07:15:36 UTC