[Webkit-unassigned] [Bug 134018] New: mathml/roots-removeChild.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 18 00:00:34 PDT 2014


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

           Summary: mathml/roots-removeChild.html fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: MathML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fred.wang at free.fr
        Depends on: 119038,133557,133899


When the <msqrt> element is initially empty, nothing is drawn. When the first renderer child is added, an anonymous <mo> radical sign is inserted. In order to be consistent, this radical sign should be removed when we remove all the child elements of <msqrt>. However, this caused bug 133899 so for now I've kept the anonymous <mo> radical sign and marked mathml/roots-removeChild.html as failing.

Perhaps a better method would be to create the anonymous <mo> radical sign immediately from the beginning, and not to wait that a first child is inserted.

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