[Webkit-unassigned] [Bug 56573] Expose the shadow DOM to DumpRenderTree JS tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 16:25:16 PDT 2011


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #87202|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #10 from Adam Barth <abarth at webkit.org>  2011-03-28 16:25:16 PST ---
(From update of attachment 87202)
View in context: https://bugs.webkit.org/attachment.cgi?id=87202&action=review

> Tools/DumpRenderTree/chromium/LayoutTestController.cpp:660
> +    Element* hostElement = V8Element::toNative(v8value);
> +    Element* shadowRootElement = toElement(hostElement->shadowRoot());

This are WebCore types.  DRT needs to restrict itself to WebKit types.

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