Searched refs:docTypeAllSet (Results 1 - 1 of 1) sorted by relevance

/external/webkit/LayoutTests/fast/dom/Node/script-tests/
H A DisEqualNode.js4 var docTypeAllSet = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'); variable
9 shouldBeTrue("docTypeAllSet.isEqualNode(docTypeAllSet2)");
10 shouldBeFalse("docTypeAllSet.isEqualNode(docTypeDifferentPublicID)");
11 shouldBeFalse("docTypeAllSet.isEqualNode(docTypeDifferentSystemID)");

Completed in 60 milliseconds