[Webkit-unassigned] [Bug 70810] New: nameNodeListCache should be invalidate when name attribute changes/modified.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 25 04:45:44 PDT 2011


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

           Summary: nameNodeListCache should be invalidate when name
                    attribute changes/modified.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nghq36 at motorola.com


m_nameNodeListCache is not getting invalidated when name attribute of an element changes/modified.
Attached test page for the issue:

actual result: 
This is a simple div-1
This is a simple div-2
FAIL!!! 

expected result:
This is a simple div-1
This is a simple div-2
PASS!!!

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