[Webkit-unassigned] [Bug 85864] [Shadow] TITLE elements in Shadow DOM should not affect document.title attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 18:55:40 PDT 2012


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





--- Comment #10 from Hajime Morrita <morrita at google.com>  2012-05-29 18:55:40 PST ---
(From update of attachment 144267)
View in context: https://bugs.webkit.org/attachment.cgi?id=144267&action=review

> LayoutTests/fast/dom/shadow/title-element-in-shadow.html:30
> +

Could you test something like:
parent = document.createElemenet...
child = document.creatElement...
childShadow = new ShadowRoot(child);

document.head.appendChild(parent); ?

In this case, insertionPoint will be !isInShadowTree(), but the title is.

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