[Webkit-unassigned] [Bug 11526] New: REGRESSION(r17610): Layout test failure in svg/custom/create-metadata-element.svg

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 6 03:27:38 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11526

           Summary: REGRESSION(r17610): Layout test failure in
                    svg/custom/create-metadata-element.svg
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://build.webkit.org/results/post-commit-powerpc-mac-
                    os-x/4288/svg/custom/create-metadata-element-diffs.txt
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: Regression, LayoutTestFailure
          Severity: Major
          Priority: P1
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: bdash at webkit.org


The fix for bug 11524 broke this test as it caused DOMNode::valueOf() to be
used when comparing [meta] to a string, rather than DOMNode::toString().  In
Firefox DOMNode::valueOf() and DOMNode::toString() return the same value, but
we return a string based on nodeName for the former, and className for the
latter.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list