[Bug 24258] "When a ProcessingInstruction node node is inser..."

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

--- Comment #1 from Simon Pieters <simonp@opera.com> ---
No, consider e.g.:

<root>
 <script xmlns='http://www.w3.org/1999/xhtml'>
  onload = function() {
    document.appendChild(document.documentElement);
  }
 </script>
</root>
<?xml-stylesheet ...?>

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

Received on Thursday, 9 January 2014 21:15:03 UTC