[Webkit-unassigned] [Bug 91596] ShadowRoot.innerHTML should not use the host's parsing rule.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 00:56:39 PDT 2012


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





--- Comment #2 from Shinya Kawanaka <shinyak at chromium.org>  2012-07-18 00:56:39 PST ---
In the repro, shadowRoot1.innerHTML.firstChild and shadowRoot2.innerHTML.firstChild should be the same. However, since xmp does not accept any tag, shadowRoot1.firstChild is a text node and shadowRoot2.firstChild is an anchor node.

-- 
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