[Webkit-unassigned] [Bug 37297] New: [Chromium] need an implementation of LayoutTestController::computedStyleIncludingVisitedInfo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 16:17:50 PDT 2010


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

           Summary: [Chromium] need an implementation of
                    LayoutTestController::computedStyleIncludingVisitedInf
                    o
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org
                CC: fishd at chromium.org, dglazkov at chromium.org,
                    japhet at chromium.org


http://trac.webkit.org/changeset/57292

I think we need to expose
  bool WebBindings::getElement(NPObject* range, WebElement* webElement)
in order for TestShell's LayoutTestController to be able to get an Element out
of the CPPArgumentList.

Then it's just a matter of returning RefPtr<CSSComputedStyleDeclaration> style
= computedStyle(element, true) as a V8Object.

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