[Webkit-unassigned] [Bug 101243] New: Add an SVG content model test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 12:03:20 PST 2012


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

           Summary: Add an SVG content model test
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fmalita at chromium.org
                CC: zimmermann at kde.org, krit at webkit.org, pdr at google.com,
                    schenney at chromium.org
            Blocks: 101216


In support of https://bugs.webkit.org/show_bug.cgi?id=101216, we need a test to cover content model validation.

The approach I'm currently exploring relies on window.internals.elementRenderTreeAsText() to check whether renderers are created for various parent/child SVG element combinations. Parsing DRT output is somewhat frail - if it turns out to not be viable maybe we could extend the window.internals API with something like hasRenderer(element).

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