[Webkit-unassigned] [Bug 16636] New: Acid3 expects document.firstChild to be a DocType node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 28 01:45:31 PST 2007


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

           Summary: Acid3 expects document.firstChild to be a DocType node
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
               URL: http://www.hixie.ch/tests/evil/acid/003/NOT_READY_PLEASE
                    _DO_NOT_USE.html
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


Acid3 expects document.firstChild to be a DocType node

http://www.hixie.ch/tests/evil/acid/003/NOT_READY_PLEASE_DO_NOT_USE.html

We pass all parts of 33 except for this check:
 (document.firstChild.nodeType == 10)) // doctype

    function () {
      // test 33: nodeType (this test also relies on accurate parsing of the
document)
      if ((document.nodeType == 9) && // document
          (document.documentElement.nodeType == 1) && // element
          (document.createAttribute('test').nodeType == 2) && // attribute
          (document.getElementById('score').firstChild.nodeType == 3) && //
test node
          (document.firstChild.nodeType == 10)) // doctype
        return 3;
    },


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