[Webkit-unassigned] [Bug 44876] QWebElement::toOuterXml() and QWebElement::toInnerXml() return invalid XML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 1 20:17:34 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44876


Enrico Ros <eros at codeaurora.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eros at codeaurora.org




--- Comment #1 from Enrico Ros <eros at codeaurora.org>  2010-09-01 20:17:34 PST ---
Chromium 7 has the same behavior using "document.documentElement.outerHTML" from the JS console. The output is:
<html><head><meta name="author" content="test1"></head><body><p>Test</p>
</body></html>

So probably Bernhard is right on the Qt function naming.

In fact QWebElement::toOuterXml() returns (HTMLElement*)->outerHTML().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list