/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentadoptnode36.js | 90 var domImpl; 115 domImpl = doc.implementation; 116 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
|
documentgetdoctype01.js | 94 var domImpl; 112 domImpl = doc.implementation; 113 newDocType = domImpl.createDocumentType(rootName,nullPubID,nullSysID);
|
documentgetdocumenturi03.js | 94 var domImpl; 105 domImpl = doc.implementation; 112 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
|
documentrenamenode07.js | 92 var domImpl; 114 domImpl = doc.implementation; 115 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
|
documentrenamenode08.js | 91 var domImpl; 110 domImpl = doc.implementation; 117 newDoc = domImpl.createDocument(docElemNS,docElemName,nullDocType);
|
documentrenamenode09.js | 97 var domImpl; 110 domImpl = doc.implementation; 111 newDoc = domImpl.createDocument("http://www.w3.org/DOM/Test","dom:newD",nullDocType);
|
documentrenamenode17.js | 92 var domImpl; 115 domImpl = doc.implementation; 116 newDoc = domImpl.createDocument(rootNS,rootTagname,nullDocType);
|
documentrenamenode18.js | 91 var domImpl; 111 domImpl = doc.implementation; 112 newDoc = domImpl.createDocument(rootNS,rootTagname,nullDocType);
|
documentrenamenode19.js | 95 var domImpl; 114 domImpl = doc.implementation; 115 newDoc = domImpl.createDocument("http://www.w3.org/DOM/Test","newD",nullDocType);
|
documentrenamenode21.js | 91 var domImpl; 111 domImpl = doc.implementation; 112 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
|
documentsetdocumenturi03.js | 92 var domImpl; 111 domImpl = doc.implementation; 112 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
|
documentsetxmlstandalone02.js | 90 var domImpl; 109 domImpl = doc.implementation; 110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
|
documentsetxmlversion05.js | 90 var domImpl; 108 domImpl = doc.implementation; 109 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
|
domconfigcanonicalform1.js | 80 var domImpl; 88 domImpl = getImplementation(); 89 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|
domconfigcdatasections1.js | 80 var domImpl; 88 domImpl = getImplementation(); 89 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|
domconfigcheckcharacternormalization1.js | 80 var domImpl; 88 domImpl = getImplementation(); 89 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|
domconfigdatatypenormalization1.js | 79 var domImpl; 87 domImpl = getImplementation(); 88 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|
domconfigelementcontentwhitespace1.js | 80 var domImpl; 88 domImpl = getImplementation(); 89 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|
domconfigentities1.js | 80 var domImpl; 88 domImpl = getImplementation(); 89 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|
domconfigerrorhandler1.js | 110 var domImpl; 121 domImpl = getImplementation(); 122 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|
domconfiginfoset1.js | 82 var domImpl; 90 domImpl = getImplementation(); 91 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|
domconfignamespacedeclarations1.js | 80 var domImpl; 88 domImpl = getImplementation(); 89 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|
domconfignamespaces1.js | 79 var domImpl; 87 domImpl = getImplementation(); 88 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|
domconfignormalizecharacters1.js | 80 var domImpl; 88 domImpl = getImplementation(); 89 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|
domconfigschemalocation1.js | 80 var domImpl; 91 domImpl = getImplementation(); 92 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
|