[Webkit-unassigned] [Bug 70385] New: Implement full test suite for childList type mutation records

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 18 16:49:19 PDT 2011


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

           Summary: Implement full test suite for childList type mutation
                    records
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rafaelw at chromium.org
                CC: ojan at chromium.org, rniwa at webkit.org,
                    adamk at chromium.org
            Blocks: 68729


There are a small number (maybe 10s) of cases where a single DOM operation can and should result in a single mutation record. We need to find these cases and assert their behavior in the layout tests.

Examples
-innerHTML
-innerText
-textNode.replaceWholeText
-node.insertBefore(node.firstChild, node.firstChild.nextSibling);

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