Home | History | Annotate | Download | only in Node
      1 Test the isEqualNode API.
      2 
      3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
      4 
      5 
      6 Test isEqualNode for DocumentType nodes.
      7 PASS docTypeAllSet.isEqualNode(docTypeAllSet2) is true
      8 PASS docTypeAllSet.isEqualNode(docTypeDifferentPublicID) is false
      9 PASS docTypeAllSet.isEqualNode(docTypeDifferentSystemID) is false
     10 PASS successfullyParsed is true
     11 
     12 TEST COMPLETE
     13 
     14