[Bug 17216] Fragment serialization doesn't handle the case when 'the node' is a void element yet has child nodes

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

Aryeh Gregor <ayg@aryeh.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ayg@aryeh.name

--- Comment #5 from Aryeh Gregor <ayg@aryeh.name> 2012-05-28 09:05:40 UTC ---
FWIW, from Live DOM Viewer:

<!DOCTYPE html>
<img>
<script>
document.body.firstChild.appendChild(document.createElement("div"));
w(document.body.firstChild.innerHTML);
</script>

This outputs the empty string in Chrome 21 dev and Opera Next 12.00 alpha, and
"<div></div>" in IE10(ish) and Firefox 15.0a1.

-- 
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 Monday, 28 May 2012 09:05:43 UTC