[Webkit-unassigned] [Bug 78473] ShadowRoot needs innerHTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 20 21:25:03 PST 2012


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





--- Comment #6 from Shinya Kawanaka <shinyak at chromium.org>  2012-02-20 21:25:03 PST ---
(From update of attachment 127573)
View in context: https://bugs.webkit.org/attachment.cgi?id=127573&action=review

> LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html:20
> +root = new WebKitShadowRoot(div);

'new WebKitShadowRoot()' is enabled only if SHADOW_DOM flag is enabled. Actually this flag is currently enabled in chromium-port.
So you add this test in skipped lists.
See LayoutTests/platform/<port>/Skipped and add test name in it. <port> will be 'efl', 'gtk', 'qt', 'mac', 'win', 'wincairo', and 'wk2'.

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