[Webkit-unassigned] [Bug 17060] New: Acid3 expects textNode.localName == null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 00:23:24 PST 2008


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

           Summary: Acid3 expects textNode.localName == null
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


Acid3 expects textNode.localName == null

      // test 66: localName on attributes, from Sylvain Pasche
      var test = document.createTextNode("test");
      assertEquals(test.localName, null, 'wrong localName');
      return 5;

We return #text.  It would be interesting to know what other browsers do.


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